CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
-
Updated
Dec 17, 2020
{{ message }}
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
We are currently running part of the CPython test suite. This is a good place for people new to the project to contribute. Contribution here can come in two ways:
In order to run the te
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
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
WebAssembly Micro Runtime (WAMR)
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
Hook Framework for Android/IOS/Linux/MacOS
2D Vector Graphics Engine Powered by a JIT Compiler
Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
Automatically update function definitions in a running Julia session
Multi-Language Platform for Dynamic Programming Languages
Practical mutation testing tool for C and C++
The ported markdown documentation attempts to glean technical documentation that is relevant to moonjit such as installation and execution instructions, API, etc. It does not have benchmark numbers, sponsorship acknowledgements or contact details since they are not relevant to moonjit.
In the process however, a number of cross-links have gone missing and the port also may have errors, formatti
Is your feature request related to a problem? Please describe.
If you have XAML Databinding to public members and use ForceRen (because lets assume your project is not a public library so renaming public methods is acceptable) then this will obviously break databinding.
Describe the solution you'd like
I've hacked a solution which extracts all databinding out of the XAML and makes a l
Add a description, image, and links to the jit topic page so that developers can more easily learn about it.
To associate your repository with the jit topic, visit your repo's landing page and select "manage topics."
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