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: 0deebd96678f
Choose a base ref
...
head repository: rubinius/rubinius
compare: 90bbc4244bd3
Choose a head ref
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 2, 2016

  1. Configuration menu
    Copy the full SHA
    a2ff9cd View commit details
    Browse the repository at this point in the history
  2. Removed CallCustom.

    CallCustom was added to provide a mechanism for binding a call site that was
    independent of Ruby method resolution semantics.
    
    The instruction set is being improved to, among other things, decouple method
    or function resolution, caching, and invocation. This will provide arbitrary
    semantics for finding the code to run, caching it, and invoking it.
    brixen committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    90bbc42 View commit details
    Browse the repository at this point in the history