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]

Re: GC Merge?


>>>>> "Richard" == Richard Henderson <rth@cygnus.com> writes:

    Richard> Replacing my Amazingly Stupid Collector [tm] with
    Richard> something that doesn't completely suck performance-wise

And actually it may not suck that badly, relative to what we do now.
We copy a *lot* of trees, and with the function-at-a-time processing a
lot more.  Not copying all of them should be a substantial win.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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