|
|
|
|
|
by IshKebab
4141 days ago
|
|
You're thinking of that email that someone sent on a mailing list a while back about how LLVM isn't really a bytecode because it includes architecture-specific codes. It was a stupid email - you can make LLVM into an architecture-agnostic bytecode by disallowing those codes. Don't believe me?... https://developer.chrome.com/native-client/reference/pnacl-b... |
|
No, I'm not. In fact, I have no idea what email you're referencing.
LLVM as an intermediate language (I guess you could call it bytecode if you really wanted to) for compilers of arbitrary languages (expressly not a virtual machine!) is the only point I intended to make.