mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
Executable already caches the combined registers, locals, and constants count that the asm Call fast path needs for inline frame allocation. Use that precomputed total instead of rebuilding it from the registers count and constants vector size in the hot path.