lua-users home
lua-l archive

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


* Mike Pall:

>> I already have workaround for overallocating arguments, by simply
>> keeping "global" copies, either outside, or as closures.
>
> Well, the Java guys have been doing this for years. Recent JVMs do
> escape analysis. But from what I hear, this is not such a big win,
> except for trivial examples.

And the focus is on lock elision and scalar replacement of aggregates,
not so much at the allocation overhead itself.