Skip to content

MhAmine/graal

This branch is 63132 commits behind oracle/graal:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2018
Apr 20, 2018
Apr 17, 2018
Mar 22, 2018
Apr 20, 2018
Apr 19, 2018
Apr 20, 2018
Apr 19, 2018
Apr 20, 2018
Feb 13, 2018
Mar 19, 2018
Apr 19, 2018
Apr 5, 2018
Apr 18, 2018

Repository files navigation

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.

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

License

Each GraalVM component is licensed:

About

GraalVM: Run Programs Faster Anywhere 🚀

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.5%
  • C 1.3%
  • Python 0.9%
  • C++ 0.3%
  • Slash 0.0%
  • Makefile 0.0%