Tag: optimization
-
Comparing performance of GraalJS interpreted vs compiled mode
In the previous post, we saw how we can run Javascript using GraalVM and also how it can be optimized for more performance. Now, let’s see how those two modes – interpreted vs compiled – really perform when tested using a benchmark program. Benchmark program used for this test is simple implementation of “Sieve of…