A theory idea I had a while back, which may have been done before, but
heh, may be an idea to consider in this area.

The idea is simple, insert into the parse tree wherever possible a dealloc
call for variables that we know (at compile time) are going out of scope /
no longer referenced. This, as I said in theory, would take tons of effort
off of the GC, even a simple reference counting one (okay, this might not
be true, which is why I'm getting feedback, right?). It would, of course,
increase the size of the parse tree.

I'm I way off?

--Brock



Reply via email to