You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No allocation means Blink cannot throw exceptions, log to the console, etc. These operations can be supported by recording the intent to execute them in a deferred manner.
but we may be able to find use cases for it?
The text was updated successfully, but these errors were encountered:
TimothyGu
added
c++
Issues and PRs that require attention from people who are familiar with C++.
v8 module
Issues and PRs related to the "v8" subsystem.
labels
May 13, 2021
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?
The text was updated successfully, but these errors were encountered: