Summary: | Simplify tryCacheGetById | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mark Hahnenberg <mhahnenberg> | ||||||
Component: | JavaScriptCore | Assignee: | Mark Hahnenberg <mhahnenberg> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | fpizlo | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Mark Hahnenberg
2014-04-28 17:38:43 PDT
Created attachment 230342 [details]
Patch
Comment on attachment 230342 [details]
Patch
R=me too, what is the perf impact?
Created attachment 230350 [details]
Perf results
Here's the results. Neutral. I re-ran sun spider with inner, outer = 8, 8, and it looked like a small progression ~0.5%.
(In reply to comment #3) > Created an attachment (id=230350) [details] > Perf results > > Here's the results. Neutral. I re-ran sun spider with inner, outer = 8, 8, and it looked like a small progression ~0.5%. Yeah that looks pretty good! (In reply to comment #4) > (In reply to comment #3) > > Created an attachment (id=230350) [details] [details] > > Perf results > > > > Here's the results. Neutral. I re-ran sun spider with inner, outer = 8, 8, and it looked like a small progression ~0.5%. > > Yeah that looks pretty good! Wait ... did you enable FTL in that run? (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #3) > > > Created an attachment (id=230350) [details] [details] [details] > > > Perf results > > > > > > Here's the results. Neutral. I re-ran sun spider with inner, outer = 8, 8, and it looked like a small progression ~0.5%. > > > > Yeah that looks pretty good! > > Wait ... did you enable FTL in that run? Yep. I ran with the same flags and only added the "--sunspider --inner 8 --outer 8" before the VMs. Why? (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > (In reply to comment #3) > > > > Created an attachment (id=230350) [details] [details] [details] [details] > > > > Perf results > > > > > > > > Here's the results. Neutral. I re-ran sun spider with inner, outer = 8, 8, and it looked like a small progression ~0.5%. > > > > > > Yeah that looks pretty good! > > > > Wait ... did you enable FTL in that run? > > Yep. I ran with the same flags and only added the "--sunspider --inner 8 --outer 8" before the VMs. Why? Just checking how you built since FTL is disabled by default on most OSes. Committed r167922: <http://trac.webkit.org/changeset/167922> |