RE: Lua code generation and optimisation
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: Lua code generation and optimisation
- From: "Thijs Schreijer" <thijs@...>
- Date: Wed, 3 Oct 2012 15:08:53 +0200
>
> I suppose I could write a function "checkargs", and pass it the
> arguments and 1-byte statements of what they should be at the head of
> each routine.
> Then I can replace that routine with 'ret'
>
iirc the Sierra Wireless folks did something like that, but couldn't find
the message in the archives. Check their 'luasched' project on GitHub, its
somewhere in there.