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: ac9f2ebedc32
Choose a base ref
...
head repository: jruby/jruby
compare: 9a8acd1772fd
Choose a head ref
  • 11 commits
  • 23 files changed
  • 1 contributor

Commits on Nov 7, 2014

  1. Copy the full SHA
    5164fc0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7d4e96d View commit details
    Browse the repository at this point in the history
  3. [Truffle] Refactor RubyClass constructors for more clarity.

    * A regular class shall always have a singleton class.
    * On usage of a singleton class (via getSingletonClass),
      it should have its own singleton class for proper lookup and consistency.
    * Also try to simplify booting classes.
    * Remove useless currentNode in unsafeSetSuperclass().
    eregon committed Nov 7, 2014
    Copy the full SHA
    a9258bb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    99067b0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cc69127 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6e4f376 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    97378bc View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    46a602c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9422873 View commit details
    Browse the repository at this point in the history
  10. [Truffle] Singleton classes on objects should also have their own sin…

    …gleton classes.
    
    * So there is always one level of singleton classes more than the user asked,
      such that these singleton classes have a proper metaclass.
    eregon committed Nov 7, 2014
    Copy the full SHA
    ffc6708 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    9a8acd1 View commit details
    Browse the repository at this point in the history