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: 47a8a24b055c
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 863f0123fcb0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 22, 2018

  1. Copy the full SHA
    9a45316 View commit details
  2. Copy the full SHA
    f7b9859 View commit details
  3. Copy the full SHA
    4e85e0d View commit details
  4. Copy the full SHA
    69b1df7 View commit details
  5. emit distinct method names for read/write fields' method-index

    from : 
    ```
    MethodIndex.addMethodReadFieldsPacked(1023, "instance_eval;instance_eval;instance_eval;instance_eval;instance_exec");
    ```
    
    ...to :
    ```
    MethodIndex.addMethodReadFieldsPacked(1023, "instance_eval;instance_exec");
    ```
    kares committed Feb 22, 2018
    Copy the full SHA
    620ac3a View commit details
  6. introduce 'internal' add/alias method API and use it in populators

    (this avoids method lookups for aliases during boot)
    kares committed Feb 22, 2018
    Copy the full SHA
    4e70b67 View commit details
  7. Merge pull request #5050

    refactor annotation-binder generated populators
    kares authored Feb 22, 2018
    Copy the full SHA
    863f012 View commit details
Loading