Open sagasarate opened 3 months ago
v23.0.0-pre
not use
windows
Other
How to Enable Fast API Calls in Embedded Development I've tracked the function calls, but they always invoke the slow version.
I've also tracked some system built-in APIs with Fast API Calls, such as process.hrtime.bigint, but it also always calls the slow version.
I have also set the option --turbo-fast-api-calls, but it has no effect.
No response
CC @anonrig - IIRC you have experience with the implementations of the Fast API in Node.js?
Node.js Version
v23.0.0-pre
NPM Version
not use
Operating System
windows
Subsystem
Other
Description
How to Enable Fast API Calls in Embedded Development I've tracked the function calls, but they always invoke the slow version.
I've also tracked some system built-in APIs with Fast API Calls, such as process.hrtime.bigint, but it also always calls the slow version.
I have also set the option --turbo-fast-api-calls, but it has no effect.
Minimal Reproduction
No response
Output
No response
Before You Submit