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

feat(ext/ffi): Support 64 bit parameters in Fast API calls #15140

Merged

Conversation

aapoalas
Copy link
Collaborator

Minor change to the filtering of FFI symbols, allowing 64 bit parameters in Fast API calls. We already support this for the slow FFI calls, as we allow 64 bit parameters to be given plain JS numbers (max 53 bits of data). Fast API calls also support these, so we just need to relax the filtering for this to work as expected.

Copy link
Member

@littledivy littledivy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (Note: I have rebased and added the JIT trampoline hooks)

@littledivy littledivy merged commit d725cb2 into denoland:main Jul 12, 2022
@aapoalas aapoalas deleted the feat-ext-ffi_support-64-bit-parameters branch July 23, 2022 17:19
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