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: espresso-compiler-stub/src/com.oracle.truffle.espresso.graal/src/com/oracle/truffle/espresso/graal/DummyLoweringProvider.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,17 @@
35
35
importjdk.vm.ci.code.TargetDescription;
36
36
importjdk.vm.ci.meta.JavaKind;
37
37
38
+
/**
39
+
* Lowering provider used as the "host" lowering provider when running the native image generator on
40
+
* espresso.
41
+
* <p>
42
+
* It is used as part of {code
43
+
* com.oracle.svm.hosted.substitute.AutomaticUnsafeTransformationSupport} while parsing methods and
44
+
* canonicalizing graphs. This dummy version tries to provide as neutral answers as possible.
45
+
* <p>
46
+
* See also {@code com.oracle.graal.pointsto.util.GraalAccess} for how the native image generator
0 commit comments