Cameron Kaiser
Cameron Kaiser
Leaving open while I ponder if more work is needed.
This is now causing github to go into infinite errors, essentially seizing the browser (primarily on issues) due to an uncaught check op. I removed this op as a temporary...
Maybe, except the check op is generated in the frontend bytecode emitter, so a previously compiled script wouldn't change its behaviour. (Conversely, it would be highly impractical (and slow) to...
See other patches here. https://bugzilla.mozilla.org/show_bug.cgi?id=1355056
Turns out this needs both M1047098 and M1355576, but quota management in particular needs either resurrecting the (eventually unused) patch in M1401850 or the accepted but rather more complex M1348660....
We should make sure quota management does not regress M1610880.
See also PM 1118
Let's make sure #525 sticks before we implement this.
Ignoring the absence of the JIT, it's not just the parser and bytecode support -- async/await are full co-routines and need support within the browser's own runtime. The shell just...
I don't know, I've never tried personally. The reason the G5 version is built in 32-bit mode is because of the JIT, which definitely won't work in 64-bit mode (also,...