DescriptionChanging the aging mechanism for script and eval caches.
Instead of using multiple generations for the code, first only store the hash that gets aged. Once a hash matched on a next probe, actually cache the code. Use regular code aging to remove entries from the cache.
BUG=
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=25040
Patch Set 1 #Patch Set 2 : Cleanup #
Total comments: 1
Patch Set 3 : Adding test #Patch Set 4 : #
Messages
Total messages: 5 (1 generated)
|