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

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