Re: Compiling to lua bytecode
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Compiling to lua bytecode
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2019年11月12日 08:02:44 -0300
> why was the decision RE the bytecode not being a recommended target made?
Because the Lua VM is an implementation "detail", tailored to each
specific version of Lua. The VM is likely to change for each Lua
version.