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: jruby/jruby
base: f629384c47d2
Choose a base ref
...
head repository: jruby/jruby
compare: 778532089419
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 13, 2016

  1. Reduce layers in compiled IR call paths to improve stack depth.

    This also removes some complication from CompiledIRMethod that
    related to calling methods that have no built-in call protocol.
    Only metaclass bodies do not have call protocol, so methods
    do not need to check for it every time.
    headius committed Dec 13, 2016
    Copy the full SHA
    bd15226 View commit details
    Browse the repository at this point in the history
  2. Add block-free paths to compiled and interpreted IR methods.

    Improves stack depth for #3810.
    headius committed Dec 13, 2016
    Copy the full SHA
    a96af15 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Merge pull request #4382 from headius/improve-stack-depth

    Improve stack depth
    headius committed Dec 14, 2016
    Copy the full SHA
    7785320 View commit details
    Browse the repository at this point in the history