>>40
Interesting reading. However, I disagree with him. Most of the disadvantages are more political than technical. If some consortium wrote a standard bytecode it would probably suck, but it would still have the same advantages people have been arguing for. Consider how many people use x86.
Source code is huge and already obfuscated (he mentions minification) and it's a poor language to begin with. People are compiling to JavaScript in crazy ways and that's never going to be as fast or flexible as a bytecode.
I would much rather have a poorly-designed bytecode (or even a subset of one, if there are compatibility issues) than a poorly-designed high-level language. At least with the latter I can write programs in a language I'm comfortable with, and still generate small/performant programs.