Hacker News new | ask | show | jobs
by bskap 4456 days ago
NGEN caches native code on the machine. You're still running from the CIL executable and you still need to have the framework installed, it just loads the machine code from the cache instead of JITing it. This appears to generate a native executable.
1 comments

Thank you.