Topic: object code linkers and loaders
Topic: just-in-time compilation
Topic: interpreter
Topic: stacks
| |
Reference
Hanson, D.R.,
"lcc.NET: targeting the .NET common intermediate language from standard C",
Software-Practice and Experience, 34, pp. 265-286, March 2004.
Google
Quotations
abstract ;;Quote: lcc.NET is a C compiler under MSIL; does not include setjump, longjmp, and some function pointers; required a new MSIL linker for static initialization and separate compilation; problems with address arithmetic
| 280 ;;Quote: lcc.NET is about three times slower than native lcc; one quarter is JIT time
| 281 ;;Quote: MSIL does not allow direct manipulation of stack frames or return addresses; complicates coroutines, continuations, language-level threads, long jumps
|
Related Topics
Topic: object code linkers and loaders (31 items)
Topic: just-in-time compilation (20 items)
Topic: interpreter (59 items)
Topic: stacks (6 items)
|