Coder Social home page Coder Social logo

ionutbalosin / jvm-performance-benchmarks Goto Github PK

View Code? Open in Web Editor NEW
82.0 4.0 9.0 109.98 MB

Java Virtual Machine (JVM) Performance Benchmarks with a primary focus on top-tier Just-In-Time (JIT) Compilers, such as C2 JIT, Graal JIT, and the Falcon JIT.

Home Page: http://www.ionutbalosin.com

License: Apache License 2.0

Java 0.14% Shell 0.01% R 0.01% Assembly 12.54% HTML 87.30%
performance compiler graalvm jit jmh jmh-benchmarks openjdk just-in-time benchmark

jvm-performance-benchmarks's People

Contributors

gigiblender avatar ionutbalosin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jvm-performance-benchmarks's Issues

Some comments on jvm-performance-benchmarks-article-jdk17.md

CanonicalizeInductionVariableBenchmark

HotSpot is currently not treating non-static final fields as constants. I think -XX:+TrustFinalNonStaticFields should fix the issue.

There's also the jdk.internal.vm.annotation.Stable annotation which might help, but as its name implies, it can only be used for JDK classes. A quick hack to check if it helps as well would be to place your benchmark class in a standard package (e.g. java.lang) and use --patch-module to inject it into the base module when you run it.

DeadLocalAllocationStoreBenchmark

For wrapper_obj_dse_inter_procedural have you checked if this is really only an inlining problem (i.e. -XX:+PrintInlining). If yes, can it be solved by tuning one of the InlineSmallCode, MaxInlineSize, FreqInlineSize, MaxTrivialSize?

EnumValueLookupBenchmark

Interesting why C2 is faster than GraalEE for cached_enum_values?

IfConditionalBranchBenchmark

Have you intentionally not shown the predictable_if_branch() function?

GC Benchmarks

For the JIT benchmarks you measure "time/operation" and lower numbers are better. For the GC benchmarks you measure "operations/time" and higher is better but I haven't found this information in the write-up which can be confusing. Also it is unclear to me what "operations/time" really means for the different GC benchmarks. Maybe you could be more explicit there?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.