Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JIT to handle overlapping instructions #497

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

hawkinsw
Copy link
Collaborator

@hawkinsw hawkinsw commented May 29, 2024

The interpreter already supports functions that happen to be in more than one function. This patch adds that support to the JIT.

Fixes #437

vm/ubpf_jit_x86_64.c Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented May 29, 2024

Coverage Status

coverage: 81.346% (+0.07%) from 81.279%
when pulling 9ac13bb on hawkinsw:call0
into d370804 on iovisor:main.

The interpreter already supports functions that happen to be in more
than one function. This patch adds that support to the JIT.

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
@Alan-Jowett Alan-Jowett merged commit ec0890f into iovisor:main Jun 8, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect CALL code generation (emit_local_call) in JIT compiler
3 participants