You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-image/src/com.oracle.svm.hosted.webimage/src/com/oracle/svm/hosted/webimage/NativeImageWasmGeneratorRunner.java
Copy file name to clipboardExpand all lines: web-image/src/com.oracle.svm.hosted.webimage/src/com/oracle/svm/hosted/webimage/codegen/reconstruction/stackifier/StackifierData.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,8 @@ public class StackifierData implements ReconstructionData {
58
58
*/
59
59
privateHIRBlock[] blocks;
60
60
61
+
privateControlFlowGraphcfg;
62
+
61
63
/**
62
64
* Mapping from a basic block to its index in {@link #blocks}.
63
65
*/
@@ -92,6 +94,10 @@ public HIRBlock[] getBlocks() {
Copy file name to clipboardExpand all lines: web-image/src/com.oracle.svm.hosted.webimage/src/com/oracle/svm/hosted/webimage/wasm/WebImageWasmOptions.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,9 @@ public class WebImageWasmOptions {
49
49
"Has no effect on code size, the binary format does not have comments.")//
Copy file name to clipboardExpand all lines: web-image/src/com.oracle.svm.hosted.webimage/src/com/oracle/svm/hosted/webimage/wasm/codegen/BinaryenCompat.java
Copy file name to clipboardExpand all lines: web-image/src/com.oracle.svm.hosted.webimage/src/com/oracle/svm/hosted/webimage/wasm/codegen/WasmIRWalker.java
Copy file name to clipboardExpand all lines: web-image/src/com.oracle.svm.hosted.webimage/src/com/oracle/svm/hosted/webimage/wasm/phases/WasmLabeledBlockGeneration.java
0 commit comments