|
|
|
|
|
by barrkel
3482 days ago
|
|
Interesting expressions usually use local variables. JVM, CLR etc. despite being nominally stack-oriented, use local variable slots by index rather than shuffling the stack for anything much more complicated than eager expression evaluation. This gets the best of both worlds in practice. |
|