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: 9c2d9232edc7
Choose a base ref
...
head repository: jruby/jruby
compare: 7e41f07a1ba1
Choose a head ref
  • 8 commits
  • 12 files changed
  • 1 contributor

Commits on Nov 29, 2016

  1. [Truffle] Share objects in global variables only when we start sharing.

    * We start sharing just before the second Thread is spawned.
    eregon committed Nov 29, 2016
    Copy the full SHA
    7b9744a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b69fdc7 View commit details
    Browse the repository at this point in the history
  3. [Truffle] Only use GlobalVariables#put() for new global vars.

    * Allows to keep things simpler.
    eregon committed Nov 29, 2016
    Copy the full SHA
    8ff6a0a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d4b5310 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3a48c5b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d3b1cb3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    092ee15 View commit details
    Browse the repository at this point in the history
  8. [Truffle] Refactor GlobalVariableStorage#setValue() to a Node.

    * Allows doing more efficient sharing and profiling.
    eregon committed Nov 29, 2016
    Copy the full SHA
    7e41f07 View commit details
    Browse the repository at this point in the history