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: 01deae8d94b1
Choose a base ref
...
head repository: jruby/jruby
compare: f0f2acc32bfe
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 12, 2015

  1. Copy the full SHA
    dc73005 View commit details
    Browse the repository at this point in the history
  2. Reverse order of constructors for b* instrs to match internal orderin…

    …g so decode can use in-order
    
    decoding.  I have internally rearranged their order so that operands[0] would be a label for all
    branch types a month or two ago.  This unfortunately meant if I left constructors as-is I would
    need to decode out of order to match our constructors...
    
    Add decode.decodeLabel to not have to cast everywhere.
    enebo committed Mar 12, 2015
    Copy the full SHA
    f0f2acc View commit details
    Browse the repository at this point in the history