Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
GraalVM: Run Programs Faster Anywhere 🚀
Branch: master
Clone or download
tzezula [GR-14400] PythonLanguage stores a reference to the file system used …
…at image build time inside the image heap.

PullRequest: graal/3151
Latest commit f030f70 Mar 22, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ci_includes [GR-11331] Add SVM Windows Threading and Locking Support. Sep 7, 2018
compiler [GR-14615] Fields of type Unsafe must be at most package-private. Mar 22, 2019
docs Related publications to Graal and Truffle from the University of Manc… Mar 16, 2019
examples
regex
sdk
substratevm [GR-14574] [GR-14630] Fix unnecessary deopts in NFI. Mar 22, 2019
sulong [GR-14606] Sulong: refactor mx lli. Mar 21, 2019
tools [GR-14593] IllegalArgumentException thrown when attaching VS Code to … Mar 21, 2019
truffle [GR-14400] PythonLanguage stores a reference to the file system used … Mar 22, 2019
vm
.gitattributes Enable merge UNION for SDK and Truffle changelog. Aug 16, 2018
.gitignore
.travis.yml
3rd_party_licenses.txt Added ANTLR 4.7 sas being used by Truffle DSL. Jul 30, 2018
CONTRIBUTING.md
LICENSE Added Offer of source code May 29, 2018
README.md
ci.hocon
common.hocon

README.md

GraalVM

Join the chat at https://gitter.im/graalvm/home

GraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Clojure, Kotlin, and LLVM-based languages such as C and C++.

The project website at https://www.graalvm.org describes how to get started, how to stay connected, and how to contribute.

Repository Structure

The GraalVM main source repository includes the following components:

  • Graal SDK contains long term supported APIs of GraalVM.

  • Graal compiler written in Java that supports both dynamic and static compilation and can integrate with the Java HotSpot VM or run standalone.

  • Truffle language implementation framework for creating languages and instrumentations for GraalVM.

  • Tools contains a set of tools for GraalVM languages implemented with the instrumentation framework.

  • Substrate VM framework that allows ahead-of-time (AOT) compilation of Java applications under closed-world assumption into executable images or shared objects.

  • Sulong is an engine for running LLVM bitcode on GraalVM.

  • TRegex is an implementation of regular expressions which leverages GraalVM for efficient compilation of automata.

  • VM includes the components to build a modular GraalVM image.

Related Repositories

GraalVM allows running of following languages which are being developed and tested in related repositories with GraalVM core to run on top of it using Truffle and Graal compiler. These are:

License

Each GraalVM component is licensed:

You can’t perform that action at this time.