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

fix(ext/ffi): allow opting out of fast ffi calls #15131

Merged
merged 1 commit into from
Jul 9, 2022

Conversation

littledivy
Copy link
Member

Fast API calls must not trigger a GC event or callback into JS. It can happen that an FFI library stores a function pointer to call later, this patch adds a new option to hint this. Opting out seems better than opting in because this is a less common use case.

cc @aapoalas

@littledivy littledivy merged commit 132c761 into denoland:main Jul 9, 2022
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.

2 participants