Skip to content
#

jit-compiler

Here are 108 public repositories matching this topic...

siddhesh
siddhesh commented Nov 18, 2019

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

XrXr
XrXr commented Jul 6, 2021

gen_send_general() generates the same side exit twice:

https://github.com/Shopify/yjit/blob/d47f79982375980a4e7ae71d0c5ef6a2be982ba6/yjit_codegen.c#L2963
https://github.com/Shopify/yjit/blob/d47f79982375980a4e7ae71d0c5ef6a2be982ba6/yjit_codegen.c#L2455

We should probably save the side exit code pointer on jitstate_t to avoid this duplication. This caching could be done because we also gen

Improve this page

Add a description, image, and links to the jit-compiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jit-compiler topic, visit your repo's landing page and select "manage topics."

Learn more