-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 4f2ec9420742
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12736d3ba29d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 11 files changed
- 1 contributor
Commits on Jul 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8faec85 - Browse repository at this point
Copy the full SHA 8faec85View commit details -
[test] that Java::void now returns correct Void.TYPE
(due previous commit)
Configuration menu - View commit details
-
Copy full SHA for 4cafd7b - Browse repository at this point
Copy the full SHA 4cafd7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e77ae6e - Browse repository at this point
Copy the full SHA e77ae6eView commit details -
avoid reflected array-copy since its (still) slow + DRY out error map…
…ping before: ``` user system total real control 0.030000 0.000000 0.030000 ( 0.030799) ary.to_java 0.590000 0.010000 0.600000 ( 0.596296) ary.to_java :object 0.580000 0.000000 0.580000 ( 0.579356) ary.to_java java.lang.Integer 0.780000 0.000000 0.780000 ( 0.752359) ary.to_java :int 0.610000 0.000000 0.610000 ( 0.602031) ary.to_java Java::int 0.670000 0.000000 0.670000 ( 0.673567) ary.to_java :short 0.740000 0.000000 0.740000 ( 0.641244) long_ary.to_java 2.030000 0.000000 2.030000 ( 1.605155) long_ary.to_java :int 1.530000 0.000000 1.530000 ( 1.523951) long_ary.to_java Java::int 1.550000 0.000000 1.550000 ( 1.547217) long_ary.to_java :short 1.610000 0.000000 1.610000 ( 1.600562) ``` after: ``` user system total real control 0.030000 0.000000 0.030000 ( 0.028998) ary.to_java 0.150000 0.000000 0.150000 ( 0.149893) ary.to_java :object 0.200000 0.000000 0.200000 ( 0.199358) ary.to_java java.lang.Integer 0.390000 0.010000 0.400000 ( 0.359931) ary.to_java :int 0.200000 0.000000 0.200000 ( 0.192432) ary.to_java Java::int 0.250000 0.000000 0.250000 ( 0.247384) ary.to_java :short 0.940000 0.000000 0.940000 ( 0.612951) long_ary.to_java 0.440000 0.010000 0.450000 ( 0.286344) long_ary.to_java :int 0.340000 0.000000 0.340000 ( 0.329349) long_ary.to_java Java::int 0.330000 0.000000 0.330000 ( 0.330533) long_ary.to_java :short 1.460000 0.000000 1.460000 ( 1.454139) ```
Configuration menu - View commit details
-
Copy full SHA for ec7e985 - Browse repository at this point
Copy the full SHA ec7e985View commit details -
Configuration menu - View commit details
-
Copy full SHA for c30d1b1 - Browse repository at this point
Copy the full SHA c30d1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 975bda2 - Browse repository at this point
Copy the full SHA 975bda2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc7da6 - Browse repository at this point
Copy the full SHA 8fc7da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f368201 - Browse repository at this point
Copy the full SHA f368201View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1b2a3 - Browse repository at this point
Copy the full SHA cb1b2a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc92ed - Browse repository at this point
Copy the full SHA 7fc92edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12736d3 - Browse repository at this point
Copy the full SHA 12736d3View commit details
There are no files selected for viewing