Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openjdk/jdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3dd72b89
Choose a base ref
...
head repository: openjdk/jdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 28778c84
Choose a head ref
  • 17 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 18, 2024

  1. Add IR test

    galderz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e43b390 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    f910739 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    ce71a0e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    8d66f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    605a78a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    1522e26 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Switch movl to movq

    * movl only moves 4 bytes which is not enough here.
    movq is needed which moves 8 bytes, a java long.
    galderz committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a64fcda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ed872 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Distribute values targetting a branch percentage

    * Use a random increment algorithm,
    to create an array of values such that min/max
    branch percentage matches.
    galderz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    da720c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b71cb5 View commit details
    Browse the repository at this point in the history
  3. Fix compilation error

    galderz committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fe3aff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0047a4b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Skip single array benchmarks

    galderz committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f622852 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    6fd8805 View commit details
    Browse the repository at this point in the history
  2. Renamed benchmark methods

    galderz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    93799d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    c06e869 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    28778c8 View commit details
    Browse the repository at this point in the history
Loading