Skip to content
  • Alan Wu's avatar
    33909a1c
    YJIT: ZJIT: Share identical glue functions · 33909a1c
    Alan Wu authored
    Working towards having YJIT and ZJIT in the same build, we need to
    deduplicate some glue code that would otherwise cause name collision.
    Add jit.c for this and build it for YJIT and ZJIT builds. Update bindgen
    to look at jit.c; some shuffling of functions in the output, but the set
    of functions shouldn't have changed.
    33909a1c
    YJIT: ZJIT: Share identical glue functions
    Alan Wu authored
    Working towards having YJIT and ZJIT in the same build, we need to
    deduplicate some glue code that would otherwise cause name collision.
    Add jit.c for this and build it for YJIT and ZJIT builds. Update bindgen
    to look at jit.c; some shuffling of functions in the output, but the set
    of functions shouldn't have changed.
Loading