Re: Lua performance
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua performance
- From: Dibyendu Majumdar <mobile@...>
- Date: 2017年12月16日 01:11:43 +0000
On 16 December 2017 at 01:05, Italo Maia <italo.maia@gmail.com> wrote:
> What would a lua hook be?
>
Apologies I should have been clearer about this. Before a bytecode is
executed Lua checks if it needs to invoke a hook. This check has some
overhead especially when computed gotos are enabled, as you can
imagine at every jump there is an 'if .. ' check.
Regards
Dibyendu