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
- Host: GitHub
- URL: https://github.com/ionutbalosin/jvm-performance-benchmarks-reports
- Owner: ionutbalosin
- License: gpl-3.0
- Archived: true
- Created: 2019-04-07T18:12:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T16:11:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T21:31:12.159Z (over 1 year ago)
- Topics: compiler, java, jvm, optimization, performance
- Language: JavaScript
- Homepage: https://ionutbalosin.com
- Size: 3.18 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.