From: Hendrik Boom (hendrik at topoi.pooq.com) Date: Tue Apr 12 22:44:20 EDT 2011 |
|
On Tue, Apr 12, 2011 at 08:17:02PM -0600, Jay McCarthy wrote: > LLVM definitely supports tail-calls and GC. > > TCO: > http://llvm.org/docs/CodeGenerator.html#tailcallopt Good to hear. What does the restriction when generating GOT/PIC code only module-local calls (visibility = hidden or protected) are supported. mean? > > GC: > http://llvm.org/docs/GarbageCollection.html That looks good, too. -- hendrik
Posted on the users mailing list. |
|