Skip to content
/ truffle Public
forked from oracle/graal

The Truffle Language Implementation Framework

License

Notifications You must be signed in to change notification settings

smarr/truffle

This branch is 16 commits ahead of, 33178 commits behind oracle/graal:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 16, 2021
2392267 · Apr 16, 2021
Apr 16, 2021
Dec 4, 2020
Apr 16, 2021
Nov 27, 2020
Apr 16, 2021
Feb 2, 2021
Apr 9, 2021
Apr 12, 2021
Apr 13, 2021
Apr 15, 2021
Apr 16, 2021
Apr 6, 2021
Apr 16, 2021
Apr 16, 2021
Feb 2, 2021
Apr 1, 2021
Aug 16, 2018
Apr 24, 2020
Aug 11, 2020
Nov 23, 2020
Oct 22, 2019
Feb 18, 2020
Mar 30, 2021
Apr 17, 2020
Dec 3, 2020
Mar 9, 2021
Feb 10, 2021
Feb 9, 2021
Mar 18, 2021
Mar 30, 2021
Feb 10, 2021
Feb 9, 2021

Repository files navigation

GraalVM

https://graalvm.slack.com

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 components listed below. The documentation for each component includes developer instructions for the component.

  • GraalVM SDK contains long term supported APIs of GraalVM.

  • GraalVM 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.

  • GraalWasm is an engine for running WebAssembly programs 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.

  • VS Code provides extensions to Visual Studio Code that support development of polyglot applications using GraalVM.

Get Support

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 the GraalVM compiler. These are:

License

Each GraalVM component is licensed:

About

The Truffle Language Implementation Framework

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.6%
  • C 4.7%
  • Python 1.6%
  • WebAssembly 1.5%
  • C++ 0.5%
  • JavaScript 0.4%
  • Other 0.7%