Skip to content

Commit 6aebcc5

Browse files
authored
AoT builds: enable the SkipFlow optimization (#199)
Issue #195
1 parent 160679e commit 6aebcc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ lazy val graalOptions = Seq(
2929
"--features=eu.neverblink.jelly.cli.graal.ProtobufFeature",
3030
"-H:ReflectionConfigurationFiles=" + file("graal.json").getAbsolutePath,
3131
"-H:+AddAllCharsets", // TODO: only add necessary charsets github.com/Jelly-RDF/cli/issues/154
32+
"-H:+TrackPrimitiveValues", // SkipFlow optimization -- will be default in GraalVM 25
33+
"-H:+UsePredicates", // SkipFlow optimization -- will be default in GraalVM 25
3234
)
3335

3436
lazy val root = (project in file("."))

0 commit comments

Comments
 (0)