-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
V8 Fast API Calls #38664
Copy link
Copy link
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.v8 moduleIssues and PRs related to the node:v8 module.Issues and PRs related to the node:v8 module.
Description
Activity
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.v8 moduleIssues and PRs related to the node:v8 module.Issues and PRs related to the node:v8 module.
V8 recently introduced support for fast JITed native function calls: BlinkOn talk / deps/v8/include/v8-fast-api-calls.h. There are some restrictions on what it can be used with, including
but we may be able to find use cases for it?