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: f0976402558b
Choose a base ref
...
head repository: jruby/jruby
compare: e22fa40e0544
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 17, 2015

  1. Unboxing: Few more fixes

    * resemblesALUOp, getUnboxedOp, getUnboxedResultType should all
      be in agreement about what operations they want to simplify.
    subbuss committed Jan 17, 2015
    Copy the full SHA
    2bf0d43 View commit details
    Browse the repository at this point in the history
  2. Unboxing: First pass generalizing and cleaning up unboxable ops info

    * Pulled together related info about unboxable ops into their own
      classes to enable easy additions of newer unboxable ops in the future.
    
    * This eliminates a whole bunch of awkward buggy hardcoded checks and
      tests from the unboxing analysis.
    subbuss committed Jan 17, 2015
    Copy the full SHA
    80d3fff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    41e4586 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2015

  1. Copy the full SHA
    ae54026 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e22fa40 View commit details
    Browse the repository at this point in the history