lua-users home
lua-l archive

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


> Given the performance regressions, is it reasonable to consider some
> sort of platform #ifdef for the task?
> 
> As for the case of memory leakage, is it reasonable to -- on Solaris
> only if possible -- use full userdata so that the GC can manage
> things?

That would make the overhead much higher. (And the ifdef should not be
"on Solaris only". The problem is not on Solaris nor with LPeg on
Solaris, but with LuaJIT on Solaris.)

-- Roberto