-
Updated
Jun 17, 2022
jit
Here are 444 public repositories matching this topic...
We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.
This list is not comprehensive but parts like
- Culture Data
- Any PAL related code
- Unused icalls
fuzzing: Use `wasm-encoder` rather than generating WAT text and then assembling it in dummy imports
In bytecodealliance/wasmtime#2497 (comment) we added support for generating nested modules, and we generate these modules by concatenating strings of WAT and then passing it to Module::new
which internally checks for WAT strings and assembles them into Wasm bytes if necessary.
We can make this more efficient, improving the number of test cases we fuzz in a
Loom: JNI support
Depends on eclipse-openj9/openj9#15172
Implement IsVirtualThread
See https://download.java.net/java/early_access/jdk19/docs/specs/jni/index.html
-
Updated
Jun 19, 2022 - C
-
Updated
Jun 17, 2022 - Python
As per the title.
By the way, thanks for the work you're doing on jphp, and sorry for so many issues, I'm really interested in the project, and would love to use it for lotsa cool magic upcoming stuff <3
-
Updated
Jun 19, 2022 - Go
-
Updated
Dec 13, 2020 - C++
-
Updated
May 18, 2022 - C++
-
Updated
Jun 19, 2022 - C
-
Updated
Jun 14, 2022 - Julia
-
Updated
May 5, 2022 - C++
-
Updated
Apr 9, 2018 - C++
Improve this page
Add a description, image, and links to the jit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jit topic, visit your repo's landing page and select "manage topics."
See e.g. #2570. Some of the unit tests there with "wrong error message" should be somewhat easy to fix - just correct the error message we have to match CPython's. Others might be trickier, since you'll need to add diagnostics to recognize bad syntax and give a more detailed error than "unexpected token". Also, I think around half of them could be fixed just by adding "invalid syntax" in the messa