Bug 128835 - Don't optimize variadic closure calls
Summary: Don't optimize variadic closure calls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-02-14 12:40 PST by Filip Pizlo
Modified: 2014-02-14 12:46 PST (History)
8 users (show)

See Also:


Attachments
the patch (4.74 KB, patch)
2014-02-14 12:43 PST, Filip Pizlo
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2014-02-14 12:40:52 PST
We never intended to optimize these and the appropriate check got lost in some refactoring.

<rdar://problem/15944810>
Comment 1 Filip Pizlo 2014-02-14 12:43:21 PST
Created attachment 224243 [details]
the patch
Comment 2 Filip Pizlo 2014-02-14 12:46:51 PST
Landed in http://trac.webkit.org/changeset/164119