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: 2c86bfd485ce
Choose a base ref
...
head repository: jruby/jruby
compare: 7c55b3b1d4e6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 12, 2016

  1. Fix the incorrect opscode mapping in f2i()

     - f2i() should be mapped to F2I, instead of F2D.
     - The incorrect opscode mapping appears to be a copy-paste editing error.
     - Due to the error, when float-to-integer narrowing numeric conversion should occur,
       float-to-double widening numeric conversion was being done, which can have a
       negative impact on performance or memory usage.
    sangmokh committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    7e1c5e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4224 from himosqui/patch-2

    Fix the incorrect opscode mapping in f2i()
    enebo committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    7c55b3b View commit details
    Browse the repository at this point in the history