You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will find instructions for running a particular demo in the corresponding _README.md_ file. Some demos may also redirect you to a specific guide on the [GraalVM website](https://www.graalvm.org/latest/guides/).
15
+
You will find instructions for running a particular demo in the corresponding _README.md_ file. Some demos redirect you to a specific guide on the [GraalVM website](https://www.graalvm.org/latest/guides/).
17
16
18
17
## Graal Languages Demos
19
18
@@ -96,18 +95,12 @@ Demos optimizing native applications for different criteria (runtime and perform
96
95
Demos designed to test and showcase the capabilities of the Graal Just-In-Time (JIT) compiler.
97
96
These examples focus on evaluating the compiler's performance, including its optimizations for modern Java workloads.
98
97
99
-
*-[java-stream-benchmark](compiler/java-stream-benchmark/) - A simple Java Stream benchmark to test the Graal JIT compiler performance against C2
98
+
*[java-stream-benchmark](compiler/java-stream-benchmark/) - A simple Java Stream benchmark to test the Graal JIT compiler performance against C2
100
99
101
100
## Archived Demos
102
101
103
102
Legacy or blog-related demos, as well as examples involving polyglot capabilities.
104
103
105
-
## Compatibility
106
-
107
-
The demos are standard Java applications and benchmarks, compatible with any virtual machine capable of running Java.
108
-
They are [tested against the latest GraalVM LTS release and the GraalVM Early Access build using GitHub Actions](https://github.com/graalvm/graalvm-demos/tree/master/.github/workflows), with the exception of archived examples.
109
-
If you come across an issue, please submit it [here](https://github.com/graalvm/graalvm-demos/issues).
110
-
111
104
## License
112
105
113
106
Unless specified otherwise, all code in this repository is licensed under the [Universal Permissive License (UPL)](http://opensource.org/licenses/UPL).
0 commit comments