lua-users home
lua-l archive

Re: Squeezing more performance from the Lua interpreter

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


Eduardo Bart wrote:
Does anyone have other ideas on how to tune the Lua interpreter to squeeze more performance?
On MSVC (Win32), one can use register-calls.
Option '-Gr', but it needs some patching of .h-files.
E.g. all var-arg functions must be declared as
'__cdecl' etc.
I suppose some gcc have 'register-calls' too (?)
--
--gv

AltStyle によって変換されたページ (->オリジナル) /