Bug 36199

Summary: Canvas rgb() color parsing still slow
Product: WebKit Reporter: Stephen White <senorblanco>
Component: New BugsAssignee: Stephen White <senorblanco>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Stephen White 2010-03-16 15:55:05 PDT
Canvas rgb() color parsing still slow
Comment 1 Stephen White 2010-03-17 10:57:21 PDT
Created attachment 50925 [details]
Patch
Comment 2 Oliver Hunt 2010-03-17 12:57:42 PDT
Comment on attachment 50925 [details]
Patch

r=me, what's your testcase? and what's the improvement?

--Oliver
Comment 3 Stephen White 2010-03-17 13:03:53 PDT
(In reply to comment #2)
> (From update of attachment 50925 [details])
> r=me, what's your testcase? and what's the improvement?

Test case is Peacekeeper "Complex Graphics".  Yields ~8% gain in Chromium/Win.
Comment 4 WebKit Commit Bot 2010-03-18 05:30:20 PDT
Comment on attachment 50925 [details]
Patch

Clearing flags on attachment: 50925

Committed r56155: <http://trac.webkit.org/changeset/56155>
Comment 5 WebKit Commit Bot 2010-03-18 05:30:25 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Alexey Proskuryakov 2010-03-18 09:35:29 PDT
The committed patch didn't have reviewer name in ChangeLog.
Comment 7 Eric Seidel (no email) 2010-03-18 09:55:29 PDT
The commit bot looks for and replaces "Reviewed by NOBODY(OOPS!)" with the correct information.

Given the recent reviewer parsing added in http://trac.webkit.org/changeset/56137
it would be possible to finally write a minimal fix for https://bugs.webkit.org/show_bug.cgi?id=26927

Until then, please dont' change the Reviewed by NOBODY line.
Comment 8 Stephen White 2010-03-18 10:08:53 PDT
(In reply to comment #7)
> The commit bot looks for and replaces "Reviewed by NOBODY(OOPS!)" with the
> correct information.
> 
> Given the recent reviewer parsing added in
> http://trac.webkit.org/changeset/56137
> it would be possible to finally write a minimal fix for
> https://bugs.webkit.org/show_bug.cgi?id=26927
> 
> Until then, please dont' change the Reviewed by NOBODY line.

(In reply to comment #7)
> The commit bot looks for and replaces "Reviewed by NOBODY(OOPS!)" with the
> correct information.
> 
> Given the recent reviewer parsing added in
> http://trac.webkit.org/changeset/56137
> it would be possible to finally write a minimal fix for
> https://bugs.webkit.org/show_bug.cgi?id=26927
> 
> Until then, please dont' change the Reviewed by NOBODY line.

Sorry about that.  I must've deleted it by mistake.

Should I land a patch to fix the ChangeLog?