An open API service indexing awesome lists of open source software.

https://github.com/ionutbalosin/jvm-performance-benchmarks-reports

JVM JIT Compilers Benchmarks Results
https://github.com/ionutbalosin/jvm-performance-benchmarks-reports

compiler java jvm optimization performance

Last synced: about 1 year ago
JSON representation

JVM JIT Compilers Benchmarks Results

Awesome Lists containing this project

README

          

# JVM JIT Compiler Benchmarks Reports

This repository contains the results of multiple Just-In-Time (JIT) Compiler benchmarks:
* HotSpot C1/C2 JIT
* HotSpot Graal JIT

included in the [JVM JIT Compilers Benchmarks Report 19.04](https://ionutbalosin.com/2019/04/jvm-jit-compilers-benchmarks-report-19-04).

For more resources and insights, feel free to visit my [website](https://ionutbalosin.com).

---

For the full copyright and license information, please view the [LICENSE](LICENSE) file that was distributed with this source code.

For full copyright and license information, please view the [LICENSE](LICENSE) file that was distributed with this source code.

---

>**Status:** This repository has been archived since it was superseded by the newer repository, [jvm-performance-benchmarks](https://github.com/ionutbalosin/jvm-performance-benchmarks), which is the recommended resource for JIT compiler benchmarks.