-
```
The gsr help list a " gsr [-z #]", but there is no ref to -z, and using -z
seems to make gsr
angry.
$gsr -z 10 -c "xxx + yyy";
gsr: illegal option -- z
Fatal Error in gsr: Invalid option: z…
-
```
Part of the role of the bytecode verifier is to ensure that all avm2 stack
accesses are within bounds - neither the interpreter nor jit code check these
bounds at runtime so the verifier must be…
-
```
Crash with stack corruption with tracejit enabled (without it, the problem goes
away). However, I can only confirm this bug on the 7400. The 7450 does not
exhibit it (even running the 7400 code)…
-
```
Nanojit was highly optimized and only some of those optimizations are in the
methodjit as shipped in 9 (the G5 ones primarily). Here are some ideas:
- Strength reduce mulli into "x_sr_mulli" usi…
-
```
Part of the role of the bytecode verifier is to ensure that all avm2 stack
accesses are within bounds - neither the interpreter nor jit code check these
bounds at runtime so the verifier must be…
-
```
* Does NOT occur in Firefox 4 for Snow Leopard / Intel
* It could be b/c of Rosetta, because I tried tenfourfox on my intel mac (I do
not have a PPC mac to test on (::cry::)).
* Here is a video…
-
```
nanojit PPC does not work for Firefox.
https://bugzilla.mozilla.org/show_bug.cgi?id=458077
We also need to be mindful of the various changes Mozilla is doing to 2.0,
although it seems that some…
-
```
Part of the role of the bytecode verifier is to ensure that all avm2 stack
accesses are within bounds - neither the interpreter nor jit code check these
bounds at runtime so the verifier must be…
-
```
Find those operations that _are_ faster on G5 with the nanojit. Dromaeo sans
SunSpider is a win even for G5, so we know they exist. Spun off issue 20.
```
Original issue reported on code.google.…
-
```
As of b11, nanojit is not shippable for chrome:
- When no location, "undefined" sometimes appears in the location bar.
- Unexplained Components bugs with addons.
- Crash still when closing the ap…