Re: Lua vm call speed
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua vm call speed
- From: Mike Pall <mikelu-0603@...>
- Date: Mon, 6 Mar 2006 19:16:55 +0100
Hi,
herviou wrote:
> Mike has previously mentionned that calling the function "lua_getglobal"
> is not a good practice but has anyone an idea of the overload implies?
This is usually just a table lookup (pretty fast, but avoidable).
Your problem must be somewhere else. Try simplifying the code
until the symptom disappears.
Bye,
Mike