Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromoracle/graal

The Truffle Language Implementation Framework

License

NotificationsYou must be signed in to change notification settings

smarr/truffle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 athttps://www.graalvm.org describes how toget started, how tostay connected, and how tocontribute.

Repository Structure

The GraalVM main source repository includes the components listed below. The documentation for each component includesdeveloper 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 withthe 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 languagesimplemented with the instrumentation framework.

  • Substrate VM framework that allows ahead-of-time (AOT)compilation of Java applications under closed-world assumption into executableimages 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

  • Java90.6%
  • C4.7%
  • Python1.6%
  • WebAssembly1.5%
  • C++0.5%
  • JavaScript0.4%
  • Other0.7%

[8]ページ先頭

©2009-2025 Movatter.jp