-
In 2006, at the same time Adobe released Flash Player v9.0 and Adobe AIR v1.0, they open sourced the ActionScript Virtual Machine 2 (AVM2) and donated the project to the Mozilla Foundation.
see
…
-
```
Recommend known JavaScript updates here. THIS IS THE PREFERRED WAY TO
REPORT A JAVASCRIPT BUG, as this means the code already exists. The best
patch is short and as similar to Mozilla 1.3.1 as pos…
-
Hi @vnmakarov
I implemented a PoC using MIR JIT as the backend for Ravi.
You can see this here:
https://github.com/dibyendumajumdar/ravi/commit/4e445f46bfe239db6a85d4b338dc343cd5103229
So fa…
-
I have started a branch `symbols` in my repos:
https://github.com/Neopallium/cr/tree/symbols
It has added support for:
1. Re-loadable custom plugin symbols `cr_symbol`. It is an opaque structure…
-
Hello!
We have some proposals about Ravi development & support.
Our team wish to use Ravi in production.
So, if you need some our help & contributing (patches, bounties, etc.) we need to talk wit…
-
| | |
| --- | --- |
| Bugzilla Link | [5360](https://llvm.org/bz5360) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [test c…
-
| | |
| --- | --- |
| Bugzilla Link | [5511](https://llvm.org/bz5511) |
| Resolution | FIXED |
| Resolved on | Sep 28, 2010 20:57 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-…
-
I'm trying to [build Oolite on Archlinux](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oolite).
The error I get:
```
../methodjit/MethodJIT.cpp: At global scope: …
-
## Problem Description
I'm not able to make an IPA on Mac 10.14.6 with AIR 33.1.1.83
```
0 compile-abc-64 0x000000010f59f70b llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 43
1 com…
Oldes updated
4 years ago
-
One of the good ideas in LLVM, and also NanoJIT is that all api calls return pointers; and take arguments that are pointers. So that a front-end can use a simple scalar type to hold instructions, oper…