lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2014-03-03 12:03 GMT+02:00 Jean-Luc Jumpertz <jean-luc@celedev.eu>:
> Le 3 mars 2014 à 10:17, Dirk Laurie <dirk.laurie@gmail.com> a écrit :
>> Maybe you would be able to convince me if you showed an actual
>> rather than a hypothetical example.
>
> Easy. Just think of a simple C function returning multiple values that
> are not produced contiguously in the stack. You'll need to do stack
> removals (or insertions, both are interchangeable) to have the stack
> with the correct layout before returning.

That is still hypothetical. An extract from your 25K lines of code please.