Re: compile-time globals
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: compile-time globals
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2007年8月21日 08:22:47 -0300
> It'd be nice if the runtime checks were as cheap as possible though --
> e.g., _G actually contains the global values
It does.
> and doesn't incur an __index call for every lookup!
It does not.
-- Roberto