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: f7773002336c
Choose a base ref
...
head repository: jruby/jruby
compare: 0820935d0cfe
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 31, 2014

  1. Reduce complexity of symbol table and clean up dead references.

    The naive approach required a bit more finesse.
    
    * Eliminated ByteList => RubySymbol table and added ByteList to
      SymbolEntry.
    * Modified cache-miss lookup logic clean out dead references in
      same bucket.
    * Other reformatting and cleanup.
    headius committed Dec 31, 2014
    Copy the full SHA
    96d5862 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f1f4bb1 View commit details
    Browse the repository at this point in the history
  3. 2
    Copy the full SHA
    0820935 View commit details
    Browse the repository at this point in the history