EDN Admin
Well-known member
Re-JIT is a new capability in CLR 4.5 that allows modification and recompilation of method-level IL code during runtime without requiring a process restart: so, the JIT runs again without shutting down executing applications. This is a great feature for instrumentation and profiling tools developers. Here, we learn all about Re-JIT from one of the developers who wrote it: David Broman . Again, Re-JIT enables recompiling a method at runtime without restarting the process. Very cool. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:585b171e3cf9466ab3ed9f500154dd8b
View the full article
View the full article