[LLVMdev] [Segmented Stacks] Week 1

Sanjoy Das sanjoy at playingwithpointers.com
Thu Jun 30 20:11:33 PDT 2011


> Perhaps there can be a function that can be called to trim the stack (keep 
> 1 segment and free the rest)?  This could then be called occassionally- 
> say, at the start of a GC pass.

That sounds like a good idea, especially if a managed language (like Go)
is being compiled to LLVM IR. Also, should be rather straightforward to
implement.

-- 
Sanjoy Das
http://playingwithpointers.com



More information about the llvm-dev mailing list