Skip to content

Commit 865aa09

Browse files
committed
Enable OutlineRuntimeChecksPhase for WasmGC backend
1 parent d777c5e commit 865aa09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web-image/src/com.oracle.svm.hosted.webimage/src/com/oracle/svm/hosted/webimage/wasmgc/phases/WebImageWasmGCLowTier.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
package com.oracle.svm.hosted.webimage.wasmgc.phases;
2727

28-
import com.oracle.svm.hosted.webimage.codegen.phase.OutlineRuntimeChecksPhase;
2928
import com.oracle.svm.hosted.webimage.codegen.phase.ReconstructionVerificationPhase;
3029
import com.oracle.svm.hosted.webimage.codegen.phase.WebImageLowTier;
3130
import com.oracle.svm.hosted.webimage.codegen.reconstruction.stackifier.StackifierReconstructionPhase;
@@ -66,8 +65,6 @@ public WebImageWasmGCLowTier(OptionValues options) {
6665

6766
// TODO GR-59392 temporarily disable this because it fails some tests.
6867
removePhase(ReconstructionVerificationPhase.class);
69-
70-
removePhase(OutlineRuntimeChecksPhase.class);
7168
}
7269

7370
@Override

0 commit comments

Comments
 (0)