|
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