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: rubinius/rubinius
base: a8dcb34bf8d7
Choose a base ref
...
head repository: rubinius/rubinius
compare: 47fcb429cb0f
Choose a head ref
  • 3 commits
  • 35 files changed
  • 1 contributor

Commits on Jun 26, 2015

  1. Rewrote Rubinius::Metrics.

    MetricsData is now a single structure with different components (eg jit,
    gc, memory, system, etc.) and every thread has an instance of it. This
    is different that the previous configuration where some metrics were per
    thread and some were on all threads. The new structure simplifies summing
    and distributing metrics across code.
    brixen committed Jun 26, 2015
    Copy the full SHA
    6b37083 View commit details
    Browse the repository at this point in the history
  2. A few more JIT metrics.

    brixen committed Jun 26, 2015
    Copy the full SHA
    1d01c9e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    47fcb42 View commit details
    Browse the repository at this point in the history