mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +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
|
@ -107,15 +107,6 @@ private:
|
|||
virtual void perform(PassPipelineExecutable&) override;
|
||||
};
|
||||
|
||||
class Peephole : public Pass {
|
||||
public:
|
||||
Peephole() = default;
|
||||
~Peephole() override = default;
|
||||
|
||||
private:
|
||||
virtual void perform(PassPipelineExecutable&) override;
|
||||
};
|
||||
|
||||
class DumpCFG : public Pass {
|
||||
public:
|
||||
DumpCFG(FILE* file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue