-
Hi @jeffque I was thinking that we should add the Native Image and as well both JIT and Native Image from Oracle GraalVM, to properly compare "all" options. And perhaps integrate it better with JMH.
…
-
Recently we are getting sporadic JVM crashes when using GraalJS.
### Environment
OpenJDK Runtime Environment (Red_Hat-11.0.16.0.8-1.el8_6) (11.0.16+8) (build 11.0.16+8-LTS)
GraalVM/JS 21.3.3 bui…
-
[GraalPy](https://github.com/oracle/graalpython), which is Python implication of the [GraalVM](https://github.com/oracle/graal), [supports AOT compilation to Native binary.](https://www.graalvm.org/jd…
-
Hello.
I'm creating service like FaaS for JS scripts with limited API and found memory leak issues on prototyping different approaches while using Graal Polyglot.
Approaches that I've trying to im…
-
We're noticing a significant performance difference between stock nodejs and graal's nodejs when used with `yarn`.
with graal nodejs:
```
$ rm -rf node_modules
$ node --version:graalvm
GraalV…
-
i would love to create a fork and maybe even make a PR if you want to also adopt that and it algins also with your goals.
https://github.com/tc39/proposal-type-annotations i want to implement that …
-
My java-11 application is using
1. swing ui
2. opengl (jogl)
3. nashorn for scripting
Right now I am using javapackager/jlink to create distribution bundle (standalone installer) for my app with…
-
The following JS code works in Google Chrome:
```javascript
console.log("########### Direct call in JS #############")
console.log("window.document.createElement:", window.document.createElement("p…
REASY updated
4 years ago
-
Currently, in order to execute TypeScript code inside GraalJS, one should use the TypeScript compiler (or some other compiler like swc or esbuild) in order to prepare the sources for execution in Graa…
-
### Acceptance Criteria (Required on creation)
* Bump `org.graalvm.sdk:graal-sdk` to a version >= 21.3.10.
* Warning "implementation doesn't support runtime compilation" is handled
### Hints
### L…