SIGN IN SIGN UP
#!/usr/bin/env bash
2020-08-27 12:56:54 -04:00
CP=$(gradle -q --console plain printClasspath)
# -Dgraal.LogVerbose=true \
# -Dgraal.TraceTruffleStackTraceLimit=100 \
# -Dgraal.TruffleCompilationThreshold=100 \
# -Dgraal.TraceTruffleCompilationDetails=true \
# -Dgraal.Dump=Truffle:2 \
# -Dgraal.TraceTruffleCompilation=true \
# -Dgraal.TruffleFunctionInlining=true \
# -Dgraal.TruffleCompilationExceptionsArePrinted=true \
java \
-Dgraalvm.locatorDisabled=true \
-Xss8m \
--add-opens org.graalvm.truffle/com.oracle.truffle.api=ALL-UNNAMED \
--add-opens org.graalvm.truffle/com.oracle.truffle.api.interop=ALL-UNNAMED \
--add-opens org.graalvm.truffle/com.oracle.truffle.api.nodes=ALL-UNNAMED \
-classpath $CP \
2020-08-27 12:29:38 -04:00
truffle.mal.${STEP:-stepE_macros} "$@"