-
Hi,
I notice that the Asmjit api calls return objects rather than pointers to objects. This is problematic as it a) poses the question of memory management. What should be scope of the object? And …
-
Hi, i've recently attended to the _Red hat Advanced Mobility Trainning_ which was held last week on Bogota. I've encoutered some issues with this library, so i was studying the code. But, i couldn't r…
-
Not seeing a LIR_modf instruction in: https://developer.mozilla.org/en-US/docs/Nanojit/LIR
Find an alternative method or add to nanojit.
-
Generate intermediate language code. This step may be condensed, but the library should definitely at least perform basic block construction to facilitate code generation.
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
In issue 2, we already had some issues with 601-based systems while trying
to port TraceMonkey. I have decided not to do this port for 9.2.x, but I
would like to try again in the future.
Dropping…
-
```
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…