Related articles |
---|
memory leak in yacc etse@scdt.intel.com (1994-09-14) |
Re: memory leak in yacc steve@cegelecproj.co.uk (1994-09-15) |
Re: memory leak in yacc schinz@guano.alphanet.ch (1994-09-18) |
Re: Memory leak in YACC Edward_Finch@intersolv.com (1994-09-21) |
Newsgroups: | comp.compilers |
From: | schinz@guano.alphanet.ch (Michel Schinz) |
Keywords: | yacc, GC |
Organization: | Compilers Central |
References: | 94-09-044 |
Date: | Sun, 18 Sep 1994 23:15:51 GMT |
Eric Tse wrote:
: I have a question in regarding to freeing
: memory in yacc rule file:
You can use a garbage collector for C, like Hans Boehm and Alan
Demers' excellent one. It is available at parcftp.xerox.com and works
for a lot of machines. It will free you from all these nasty
memory-managment problems. The only drawback is that it will certainly
slow down your code...
Michel.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.