You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really don't care about memory leaks in a shortly lived process, this is a compiler. It would be nice not to have them but it's not really a priority. We may just end up having a big old pool of memory for everything and just throw it out at exit, I've been contemplating this for awhile now. The only places in the compiler we leak memory at all is in the parser...
only some of them:
The text was updated successfully, but these errors were encountered: