6 ms·
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
by Gobiner 17y 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.
- DougBTX 17y agoAppears to require a small amount of magic: http://stackoverflow.com/questions/896629/how-to-run-clr-2-application-as-clr-4-application http://stackoverflow.com/questions/896629/how-to-run-clr-2-a...