Re: Squeezing more performance from the Lua interpreter
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Squeezing more performance from the Lua interpreter
- From: Gisle Vanem <gvanem@...>
- Date: 2020年8月20日 15:01:42 +0200
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