Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for October 2007

Advogato blog for lupus

Advogato blog for lupus

15 Oct 2007 - October 15, 2007

Memory savings with magic trampolines in Mono Mono is a JIT compiler and as such it compiles a method only when needed: the moment the execution flow requires the method to execute. This mode of execution greatly improves startup time of applications and is implemented with a simple trick: when a method call is compiled, the generated native code can't transfer execution to the method's native code address, because it hasn't been compiled yet. Instead it will go through a magic...
http://www.advogato.org/person/lupus/diary.html?start=24
Available Archives
- September (1 item)
- October (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact