|
|
|
|
|
by enomar
6205 days ago
|
|
I too, really like the idea of a single VM for many languages. Having just watched the Google IO video on V8, I'm starting to think there are some serious advantages to specialized engines. For example, V8 replaced the regular expression engine that Webkit was using with one that was specially designed to work with Javascript's regex syntax. Maybe you can get similar performance with a generalized engine, but I'm no longer of the mind that one VM for all languages will be the end-all-be-all solution. http://code.google.com/events/io/sessions/V8BuildingHighPerf... |
|
In the big picture I don't know if something like that matters as much as sharing a lot of advanced VM techniques.