Hacker News new | ask | show | jobs
by Gobiner 5939 days ago
I'm no CLR JIT expert, but I'm not sure you even need to recompile. It sounds to me that you just need to run your existing tail-calling code on the .NET 4 x64 CLR, presuming your current code has ``tail'' opcodes.
1 comments

Appears to require a small amount of magic: http://stackoverflow.com/questions/896629/how-to-run-clr-2-a...