Description
What is the problem this feature will solve?
Fast calls in V8 was introduced 4 years ago, soon to be half a decade ago. These features are still not exposed to native addon authors due to "it may change"-argumentation (see previous threads).
When can these features be freely used by the ecosystem as they see fit? Are we supposed to wait half a decade more? There clearly are many useful cases where it dramatically helps performance.
Why not just let the ecosystem adopt them as they see usable? We already have gone through 10+ years of V8 breaking API changes from version to version so none of this is news to any of us making native addons - V8 has never been stable in its API, not even the early wrappers were ever stable.
It always changed over time, so to treat fast calls differently than any other potential API change makes no sense. Esp. when it holds back performance innovation that technically already is available.
What is the feature you are proposing to solve the problem?
To include the v8-fast-api-calls.h so that native addons can use them.
What alternatives have you considered?
Hacking it in myself, on my own end
Metadata
Metadata
Assignees
Type
Projects
Status