-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 7b14eb765969
head repository: jruby/jruby
compare: 9edd069b4594
Commits on Jul 26, 2016
-
Add missing test/spec for GH #4029 UnsupportedOperationException: BUG…
…: invoking UndefinedMethod.call; (doing warble)
Configuration menu - View commit details
-
Copy full SHA for 4f2ec94 - Browse repository at this point
Copy the full SHA 4f2ec94View commit details
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 -
[Truffle] Fix Encoding::Converter.new
Brandon Fish committedJul 27, 2016 2Configuration menu - View commit details
-
Copy full SHA for f10f15e - Browse repository at this point
Copy the full SHA f10f15eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a75adf0 - Browse repository at this point
Copy the full SHA a75adf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f6728f - Browse repository at this point
Copy the full SHA 6f6728fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c7f50 - Browse repository at this point
Copy the full SHA c0c7f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c675b - Browse repository at this point
Copy the full SHA 41c675bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5c470 - Browse repository at this point
Copy the full SHA ab5c470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0056c - Browse repository at this point
Copy the full SHA 1d0056cView commit details -
[Truffle] Added a wrapper around String.format to simplify TruffleBou…
…ndary. String.format is too complex to compile and guarding each call to the method is tedious. This wrapper makes it easier to use something that looks like String.format without jumping through hoops to place it behind a boundary.
1Configuration menu - View commit details
-
Copy full SHA for c7c54cf - Browse repository at this point
Copy the full SHA c7c54cfView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 4116919 - Browse repository at this point
Copy the full SHA 4116919View commit details -
[Truffle] Fixed incomplete character range checking in the `string_fr…
…om_codepoint' primitive.
6Configuration menu - View commit details
-
Copy full SHA for 6f11922 - Browse repository at this point
Copy the full SHA 6f11922View commit details -
[Truffle] Fixed potentially bad substring index when searching for si…
…ngle-byte optimizable child rope to index into.
Configuration menu - View commit details
-
Copy full SHA for 67c010b - Browse repository at this point
Copy the full SHA 67c010bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b925c - Browse repository at this point
Copy the full SHA 75b925cView commit details
Commits on Jul 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2e4f15e - Browse repository at this point
Copy the full SHA 2e4f15eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba9c631 - Browse repository at this point
Copy the full SHA ba9c631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7502bee - Browse repository at this point
Copy the full SHA 7502beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d52fe8e - Browse repository at this point
Copy the full SHA d52fe8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bb864 - Browse repository at this point
Copy the full SHA 29bb864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea0d6c - Browse repository at this point
Copy the full SHA 6ea0d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6b828 - Browse repository at this point
Copy the full SHA 3a6b828View commit details -
Remove IPC from Instr. Not really used beyond inlining and our inlining
branch no longer is using IPC for this. So comments look like I am making broken code but this code is already broken and will be replaced when I merge the inliner stuff.
Configuration menu - View commit details
-
Copy full SHA for a24633e - Browse repository at this point
Copy the full SHA a24633eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09920db - Browse repository at this point
Copy the full SHA 09920dbView commit details -
Remove RPC from instr. Remove unused interpreter engines (at least for
now). The RPC not resides in a table in the FIC. It is looked up via a list of pairs. I have not measured performance but O(n) compared vs O(1) where n is the number of BBs (which is generally fairly small). If we see any slowdown this can be changed to O(ln(n)).
Configuration menu - View commit details
-
Copy full SHA for 4175f39 - Browse repository at this point
Copy the full SHA 4175f39View commit details -
[Truffle] Until we resolve the type of VALUE we can compile openssl w…
…ith uintptr_t and everything else with void*
Configuration menu - View commit details
-
Copy full SHA for 0630d85 - Browse repository at this point
Copy the full SHA 0630d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 276a9a0 - Browse repository at this point
Copy the full SHA 276a9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dbae41 - Browse repository at this point
Copy the full SHA 0dbae41View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccedb7c - Browse repository at this point
Copy the full SHA ccedb7cView commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 5c88af6 - Browse repository at this point
Copy the full SHA 5c88af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e584c61 - Browse repository at this point
Copy the full SHA e584c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3613d42 - Browse repository at this point
Copy the full SHA 3613d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8696f44 - Browse repository at this point
Copy the full SHA 8696f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935d4b4 - Browse repository at this point
Copy the full SHA 935d4b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d68a0 - Browse repository at this point
Copy the full SHA 80d68a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0706ebe - Browse repository at this point
Copy the full SHA 0706ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98045a6 - Browse repository at this point
Copy the full SHA 98045a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30aa2f3 - Browse repository at this point
Copy the full SHA 30aa2f3View commit details -
[Truffle] We need to protect RB_BLOCK_CALL_FUNC_ARGLIST because there…
… are also user-named arguments.
Configuration menu - View commit details
-
Copy full SHA for bf01a99 - Browse repository at this point
Copy the full SHA bf01a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa83dd - Browse repository at this point
Copy the full SHA 3fa83ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f00f5b - Browse repository at this point
Copy the full SHA 9f00f5bView commit details
There are no files selected for viewing