even more graal

This commit is contained in:
minjaesong
2020-12-01 15:42:02 +09:00
parent 8cb9ae9c5c
commit 9b870c2a47
2 changed files with 20 additions and 19 deletions

View File

@@ -427,5 +427,5 @@ Object.freeze(system);
// some utilities functions
if (Graal !== undefined && !Graal.isGraalRuntime()) {
printerrln("GraalVM compiler is not running, expect low performance");
serial.printerr("GraalVM compiler is not running, expect low performance");
}