mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
Revert "LibJS/Bytecode: Add peephole optimization pass and fuse compare+jump"
This reverts commit 4438ec481c
.
Fixes #23480.
This commit is contained in:
parent
c4a0afbe28
commit
cf81bf48c6
8 changed files with 4 additions and 194 deletions
|
@ -82,15 +82,15 @@ public:
|
|||
op->set_source_record({ start_offset, end_offset });
|
||||
}
|
||||
|
||||
private:
|
||||
explicit BasicBlock(String name);
|
||||
|
||||
void terminate(size_t slot_offset)
|
||||
{
|
||||
m_terminated = true;
|
||||
m_terminator_offset = slot_offset;
|
||||
}
|
||||
|
||||
private:
|
||||
explicit BasicBlock(String name);
|
||||
|
||||
Vector<u8> m_buffer;
|
||||
BasicBlock const* m_handler { nullptr };
|
||||
BasicBlock const* m_finalizer { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue