Graal Hotspot Library

SubstrateVM HotSpot Graal library support

Лицензия

Лицензия

Категории

Категории

Graal
Группа

Группа

com.oracle.substratevm
Идентификатор

Идентификатор

graal-hotspot-library
Последняя версия

Последняя версия

19.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Graal Hotspot Library
SubstrateVM HotSpot Graal library support
Ссылка на сайт

Ссылка на сайт

https://github.com/oracle/graal/tree/master/substratevm
Система контроля версий

Система контроля версий

https://github.com/oracle/graal

Скачать graal-hotspot-library

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.oracle.substratevm/graal-hotspot-library/ -->
<dependency>
    <groupId>com.oracle.substratevm</groupId>
    <artifactId>graal-hotspot-library</artifactId>
    <version>19.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.substratevm/graal-hotspot-library/
implementation 'com.oracle.substratevm:graal-hotspot-library:19.2.1'
// https://jarcasting.com/artifacts/com.oracle.substratevm/graal-hotspot-library/
implementation ("com.oracle.substratevm:graal-hotspot-library:19.2.1")
'com.oracle.substratevm:graal-hotspot-library:jar:19.2.1'
<dependency org="com.oracle.substratevm" name="graal-hotspot-library" rev="19.2.1">
  <artifact name="graal-hotspot-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.substratevm', module='graal-hotspot-library', version='19.2.1')
)
libraryDependencies += "com.oracle.substratevm" % "graal-hotspot-library" % "19.2.1"
[com.oracle.substratevm/graal-hotspot-library "19.2.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.oracle.substratevm : svm jar 19.2.1

Модули Проекта

Данный проект не имеет модулей.

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 following components:

  • 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:

com.oracle.substratevm

Oracle

Open Source at Oracle

Версии библиотеки

Версия
19.2.1
19.2.0.1
19.2.0
19.1.1
19.1.0
19.0.2
19.0.0
1.0.0-rc16
1.0.0-rc15
1.0.0-rc14
1.0.0-rc13