From: | "yangjunpro: Target locked-->Ruby++" <yangjunpro@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Tue, 18 Nov 2008 21:29:51 -0800 (PST) |
Organization: | Compilers Central |
References: | 08-11-054 08-11-062 08-11-089 |
Keywords: | symbols, storage |
Posted-Date: | 19 Nov 2008 19:52:06 EST |
Well, I don't think you need to generate code like
EnterScope(my_func);
In my understanding, the meaning of scope is to help the code
generator to generate code, after code generation phase, I don't think
it would be necessary to keep the scope in the memory. You could go
and discard the scope.
And go on with the further optimization work.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.