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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20dbbeaed602
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11aaf098dbbe
Choose a head ref

Commits on Oct 8, 2014

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    nomadium Miguel Landaeta
    Copy the full SHA
    f647732 View commit details
  2. [Truffle] Add ModuleChain.getActualModule() for polymorphism.

    * Remove now useless getIncludedModule.
    * We might get a problem if RubyClass are no more RubyModule,
      but then we should have a ModuleLike interface.
    eregon committed Oct 8, 2014

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    nomadium Miguel Landaeta
    Copy the full SHA
    438e4a0 View commit details
  3. [Truffle] Fix Module#include so it does not copy but modify the ances…

    …tor chain.
    
    * Which means we must also include transitively-inluded modules.
    eregon committed Oct 8, 2014

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d8d4100 View commit details
  4. Copy the full SHA
    5f76775 View commit details
  5. Copy the full SHA
    4900f50 View commit details
  6. Copy the full SHA
    ffe422b View commit details
  7. Copy the full SHA
    1c64e7c View commit details
  8. [Truffle] Fix module_function (and corresponding isModuleMethod).

    * makes instance method private and singleton method public.
    * visibility is ignored when isModuleMethod = true.
    eregon committed Oct 8, 2014
    Copy the full SHA
    54d4ac9 View commit details
  9. [Truffle] Fix a few internal DispatchHeadNode doing calls on self.

    * So they don't do visibility checking.
    eregon committed Oct 8, 2014
    Copy the full SHA
    ecebf97 View commit details
  10. Copy the full SHA
    fcabf54 View commit details
  11. [Truffle] Stop depending on receiver to do visibility checking.

    * Proc#binding is simply not implemented, it was using private Kernel#binding.
    eregon committed Oct 8, 2014
    Copy the full SHA
    c57a69b View commit details
  12. Copy the full SHA
    d08fc13 View commit details
  13. Copy the full SHA
    5d2e051 View commit details
  14. Copy the full SHA
    89b288b View commit details
  15. Copy the full SHA
    c4ddf94 View commit details
  16. Copy the full SHA
    c3f9361 View commit details
  17. Copy the full SHA
    52968be View commit details

Commits on Oct 9, 2014

  1. Copy the full SHA
    25a1473 View commit details
  2. Add LVA invalidation after more other passes.

    * OptimizeDynScopes changes local vars to tmps!
    * LocalOptimizePass shouldn't technically modify LVA state,
      since it is "local", but late at night, and I want to be
      conservative for now.
    subbuss committed Oct 9, 2014
    Copy the full SHA
    449c114 View commit details
  3. Tweak pass ordering to minimize LVA invalidations.

    * Tweak pass ordering so that we can reuse LVA information
      for passes without having to rerun it.
    subbuss committed Oct 9, 2014
    Copy the full SHA
    5ab309a View commit details
  4. Build CFG if required in the trial pass (?).

    * Noticed NPEs on cfg access when run with
      -Xir.passes=OptimizeTempVarsPass on the commandline
    subbuss committed Oct 9, 2014
    Copy the full SHA
    04b89a3 View commit details
  5. Copy the full SHA
    11aaf09 View commit details
Loading