At 12:31 PM +0200 7/14/03, Leopold Toetsch wrote:
I have moved some interpreter variables (classname_hash, compreg_hash, Argv, Env) into one (SArray) list: interpreter->iglobals.
There access isn't time critical, so the extra indirection wont harm.

This is fine, though many of those things should actually be global globals rather than interpreter globals, but that's a separate issue.
--
Dan


--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to