-
-
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: 66eeaeb13f21^
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: ab235e268bbb
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 83 files changed
- 1 contributor
Commits on Jul 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 66eeaeb - Browse repository at this point
Copy the full SHA 66eeaebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b8640 - Browse repository at this point
Copy the full SHA 29b8640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f15f9 - Browse repository at this point
Copy the full SHA 09f15f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3032f04 - Browse repository at this point
Copy the full SHA 3032f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced83c4 - Browse repository at this point
Copy the full SHA ced83c4View commit details -
CallConfiguration is not used by any DynamicMethods anymore.
CallConfiguration used to be needed to determine how to frame and scope all methods in the system. However, in JRuby 9k it is no longer needed. * Core methods that need frame/scope have the pre/post logic generated in bytecode (for generated invokers) or in handles (for MethodHandle-based invokers). * Interpreted IR methods have their own flags for frame/scope, or have instructions that perform the pre/post logic. * Jitted IR methods always have emit bytecode to do the pre/post logic. After a quick inspection I found that there's no other uses of the callConfig field in DynamicMethod, so this commit removes it and deprecates the constructors and accessors. This should shrink all DynamicMethod subclasses by at least 4 bytes and perhaps 8. It also reduces the size and overhead of our generated populators, which might have a slight effect on startup.
Configuration menu - View commit details
-
Copy full SHA for 838c8d7 - Browse repository at this point
Copy the full SHA 838c8d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab235e2 - Browse repository at this point
Copy the full SHA ab235e2View commit details
There are no files selected for viewing