Files
ladybird/Libraries/LibJS/Runtime/ArgumentsObject.cpp
Andreas Kling e6521d8ead LibJS: Mark ArgumentsObject as non-interfering if parameter list empty
If the parameter list is empty, there are no mappings to worry about.
This allows various internal property access optimizations.

1.17x speedup on Octane/raytrace.js
2025-12-10 17:40:57 -06:00

7.2 KiB