|
|
|
|
|
by bogomipz
3476 days ago
|
|
>" Stack-based is great for high-level language VM interface ease-of-use (ie JVM languages) but generally sucks at the hardware level because most CPUs are register-based: the mapping doesn't scale as well because of the extra overhead of optimal scheduling" Is this the graph coloring register allocation optimization problem? |
|