Bug 182656 - Don't waste memory for error.stack
Summary: Don't waste memory for error.stack
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-09 15:08 PST by Filip Pizlo
Modified: 2018-02-15 15:39 PST (History)
6 users (show)

See Also:


Attachments
the patch (15.68 KB, patch)
2018-02-09 15:12 PST, Filip Pizlo
saam: review+
Details | Formatted Diff | Diff
updated patch (15.65 KB, patch)
2018-02-09 15:52 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2018-02-09 15:08:59 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2018-02-09 15:11:32 PST
rdar://problem/37327220
Comment 2 Filip Pizlo 2018-02-09 15:12:00 PST
Created attachment 333525 [details]
the patch
Comment 3 Radar WebKit Bug Importer 2018-02-09 15:13:29 PST
<rdar://problem/37407132>
Comment 4 Saam Barati 2018-02-09 15:22:43 PST
Comment on attachment 333525 [details]
the patch

r=me
Comment 5 Filip Pizlo 2018-02-09 15:52:21 PST
Created attachment 333529 [details]
updated patch

Fix a JSC test failure
Comment 6 Filip Pizlo 2018-02-10 15:50:10 PST
Landed in http://trac.webkit.org/changeset/228366/webkit
Comment 7 Filip Pizlo 2018-02-15 15:38:58 PST
Rolled out in r228538
Comment 8 Filip Pizlo 2018-02-15 15:39:11 PST
This was rolled out because it didn't improve anything.