Nuke old singlepass compiler, enable optimizing compiler by default (#2130)

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This commit is contained in:
Takeshi Yoneda
2024-03-07 15:26:45 +09:00
committed by GitHub
parent 43c66df44f
commit 3c7bc733c5
105 changed files with 136 additions and 66845 deletions

View File

@@ -296,9 +296,7 @@ func TestModule_Global(t *testing.T) {
tc := tt
t.Run(tc.name, func(t *testing.T) {
cfg := NewRuntimeConfig().(*runtimeConfig)
cfg.EnableOptimizingCompiler()
r := NewRuntimeWithConfig(testCtx, cfg).(*runtime)
r := NewRuntime(testCtx).(*runtime)
defer r.Close(testCtx)
code := &compiledModule{module: tc.module}