[LLVMdev] Stack roots and function parameters
Kenneth Uildriks
kennethuil at gmail.com
Thu Sep 23 05:58:27 PDT 2010
On Wed, Sep 22, 2010 at 11:12 AM, Talin <viridia at gmail.com> wrote:
> My entire goal here is to get a GC that has high performance and efficiency.
> I want my GC to be able to run on everything from a data center to a beagle
> board, and use the minimum resources possible.
>
> --
> -- Talin
>
The best way I can think of to streamline garbage collection is to cut
down on the amount of garbage it has to collect. I'm working on an
optimization pass that transforms GC allocations into region
allocations whenever it can... I'll share it when it's done.
One of my goals is to handle enough cases that I can put off
implementing GC for a while :)
More information about the llvm-dev
mailing list