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

Lua lib: internally disable JIT for incompatible functions #561

Open
thibaultcha opened this issue Jun 27, 2024 · 0 comments
Open

Lua lib: internally disable JIT for incompatible functions #561

thibaultcha opened this issue Jun 27, 2024 · 0 comments
Labels
area/lib Area: lib/ libraries enhancement New feature or request good first issue Good for newcomers

Comments

@thibaultcha
Copy link
Member

Call jit.off() on functions we know can't JIT (proxy_wasm.set_host_properties_handlers & double-check for others), so Lua lib users don't have to.

@thibaultcha thibaultcha added enhancement New feature or request area/lib Area: lib/ libraries labels Jun 27, 2024
@thibaultcha thibaultcha added the good first issue Good for newcomers label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/lib Area: lib/ libraries enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant