Bug 131543 - REGRESSION: Canvas/reuse:JSHeap got 0.82% worse around 2014-04-09 10:41:59
Summary: REGRESSION: Canvas/reuse:JSHeap got 0.82% worse around 2014-04-09 10:41:59
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 09:12 PDT by Dirk Schulze
Modified: 2014-04-11 09:12 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2014-04-11 09:12:36 PDT
Platform: mac-mavericks

WebKit: http://trac.webkit.org/log/?rev=167024&stop_rev=167016&verbose=on

Looking at the changes in question I wonder if it is the change to AffineTransform: http://trac.webkit.org/changeset/167017

AffineTransform is used a lot in Canvas. On each save() with a transform we create another AffineTransform on the stack. I could be absolutely wrong though and it is not this particular patch, or it doesn't even matter that much.