Releases: oracle/graal
GraalVM Community Edition 1.0 RC6
GraalVM is a high-performance, embeddable, polyglot virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Kotlin, and LLVM-based languages such as C and C++.
Additionally, GraalVM allows efficient interoperability between programming languages and compiling Java applications ahead-of-time into native executables for faster startup time and lower memory overhead.
This distribution includes the following components:
- JVM
- utility for creating native images
- JavaScript engine
- LLVM engine
- Ruby, R and Python language components are optionally available using GraalVM gu utility.
The GraalVM CE image for MacOS currently depends on some libraries that are not installed by default on current MacOS versions. This might cause issues with UI-related functionality (Library not loaded: /usr/X11/lib/libfreetype.6.dylib
).
The necessary components can be added, e.g., by installing https://www.xquartz.org - we will remove this dependency in upcoming versions of GraalVM CE for MacOS
GraalVM Community Edition 1.0 RC5
GraalVM is a high-performance, embeddable, polyglot virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Kotlin, and LLVM-based languages such as C and C++.
Additionally, GraalVM allows efficient interoperability between programming languages and compiling Java applications ahead-of-time into native executables for faster startup time and lower memory overhead.
This distribution includes the following components:
- JVM
- utility for creating native images
- JavaScript engine
- LLVM engine
- Ruby, R and Python language components are optionally available using GraalVM gu utility.
The GraalVM CE image for MacOS currently depends on some libraries that are not installed by default on current MacOS versions. This might cause issues with UI-related functionality (Library not loaded: /usr/X11/lib/libfreetype.6.dylib
).
The necessary components can be added, e.g., by installing https://www.xquartz.org - we will remove this dependency in upcoming versions of GraalVM CE for MacOS
GraalVM Community Edition 1.0 RC4
GraalVM is a high-performance, embeddable, polyglot virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Kotlin, and LLVM-based languages such as C and C++.
Additionally, GraalVM allows efficient interoperability between programming languages and compiling Java applications ahead-of-time into native executables for faster startup time and lower memory overhead.
This distribution includes the following components:
- JVM
- utility for creating native images
- JavaScript engine
- LLVM engine
- Ruby, R and Python language components are optionally available using GraalVM gu utility.
Release Candidate 4 provides fixes in the JavaScript component. For more information please refer to the release notes.
idealgraphvisualizer-543
[GR-10552] Updated mx igv to build #543. PullRequest: graal/1729
GraalVM Community Edition 1.0 RC3
GraalVM is a high-performance, embeddable, polyglot virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Kotlin, and LLVM-based languages such as C and C++.
Additionally, GraalVM allows efficient interoperability between programming languages and compiling Java applications ahead-of-time into native executables for faster startup time and lower memory overhead.
This distribution includes the following components:
- JVM
- utility for creating native images
- JavaScript engine
- LLVM engine
Ruby, R and Python language components are optionally available using GraalVM gu utility.
Release Candidate 3 provides more bug fixes over the previous releases, for more information please refer to the release notes.
GraalVM Community Edition 1.0 RC2
GraalVM: Run Programs Faster Anywhere
Graal is a new just-in-time compiler for the JVM focused on peak performance and multi-language support. Graal offers performance advantages not only to Java code, but also to scripting languages such as JavaScript, Ruby, Python, and R. Additionally, it enables the execution of native code on the JVM via an LLVM-based front end (project Sulong). Languages are executed by Graal via the Truffle framework, which comes with seamless interoperability and polyglot debugging and profiling functionality.
Ruby, R and Python language components are optionally available using GraalVM gu
utility.
Release Candidate 2 provides more bug fixes over RC1.
GraalVM Community Edition 1.0 RC1
GraalVM: Run Programs Faster Anywhere
Graal is a new just-in-time compiler for the JVM focused on peak performance and multi-language support. Graal offers performance advantages not only to Java code, but also to scripting languages such as JavaScript, Ruby, Python, and R. Additionally, it enables the execution of native code on the JVM via an LLVM-based front end (project Sulong). Languages are executed by Graal via the Truffle framework, which comes with seamless interoperability and polyglot debugging and profiling functionality.
Ruby, R and Python language components are optionally available using GraalVM gu
utility.
c1visualizer-1.7
[GR-7236] Update to c1visualizer-1.7. PullRequest: graal/857
dacapo-9.12-bach-patched
[GR-4008] Address a data race issue in DaCapo/lucene-core.
libffi-3.2.1
Merge pull request #321 in G/truffle from ~ROLAND.SCHATZ_ORACLE.COM/t…