mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
![]() perform_call() wants a ReadonlySpan<Value>, so just grab a slice of the current register window instead of making a MarkedVector. 10% speed-up on this function call microbenchmark: function callee(a, b, c) { } function caller(callee) { for (let i = 0; i < 10_000_000; ++i) callee(1, 2, 3) } caller(callee) |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
BuggieBox | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |