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: rubinius/rubinius
base: ca5e847e66d3
Choose a base ref
...
head repository: rubinius/rubinius
compare: 6370559f16f9
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 22, 2015

  1. Implement {Method,UnboundMethod}#super_method

    The implementation relies on Module#direct_superclass to run through the
    whole ancestry chain as #superclass would not include the modules.
    
    The method is about 2 times slower than the MRI implementation though.
    Benchmark: http://git.io/vmhpf.
    robin850 committed Jul 22, 2015
    Copy the full SHA
    493847b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6370559 View commit details
    Browse the repository at this point in the history