This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Fwd: Uninitialized stack gaps and conservative garbage collection]


Camm Maguire wrote:
Raymond Toy writes:

On the sparc port, this area can be zeroed out with appropriate
optimization settings.  I ran some tests using Eric Marsden's
cl-bench.   If the stack is always cleared, the cost of some
benchmarks go up, but some go down, because the cost of GC is
decreased.  (The benchmarks include GC time.)


Thanks for the tip -- does this use gcc, and if so, what is the

You know, of course, that CMUCL is a native compiler that doesn't use gcc. I hand-wrote the assembly code to clear the stack area. :-)


Ray


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]