|
|
|
|
|
by kevingadd
4371 days ago
|
|
It's my understanding that Shumway is basically a full-scale AS2/AS3 VM & JIT using JS as the codegen target, is that wrong? JSIL is increasingly a JIT that targets JS instead of an offline JS compiler, if only because JS runtimes are so terrible at optimizing C# code and semantics. Eventually it may end up being like Dalvik, where the offline compiler runs a filtering/transform pass on the input bytecode and all the actual codegen happens on the client. Hard to be sure, as you pointed out it's hard to do serious CS research like this as one person in your spare time :-) |
|