mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 14:02:00 +00:00
Revert "LibJS: Add StackFrame to avoid indirection in VM register access"
This reverts commit 36bb2824a6
.
Although this was faster on my M3 MacBook Pro, other Apple machines
disagree, including our benchmark runner. So let's revert it.
This commit is contained in:
parent
6176b05ca5
commit
1f0c67cc12
Notes:
github-actions[bot]
2025-04-29 14:10:38 +00:00
Author: https://github.com/awesomekling
Commit: 1f0c67cc12
4 changed files with 532 additions and 531 deletions
|
@ -56,6 +56,9 @@ public:
|
|||
return m_registers_and_constants_and_locals_arguments.data()[r.index()];
|
||||
}
|
||||
|
||||
[[nodiscard]] Value get(Operand) const;
|
||||
void set(Operand, Value);
|
||||
|
||||
Value do_yield(Value value, Optional<Label> continuation);
|
||||
void do_return(Value value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue