Bytecode optimizations still break test262, so let's not enable this until they have been confirmed to work there.
@@ -71,7 +71,7 @@ public:
None,
Optimize,
__Count,
- Default = Optimize,
+ Default = None,
};
static Bytecode::PassManager& optimization_pipeline(OptimizationLevel = OptimizationLevel::Default);