Bug 212863 - [JSC] Shrink __DATA,(__data,__bss,__common) more
Summary: [JSC] Shrink __DATA,(__data,__bss,__common) more
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on: 212992
Blocks:
  Show dependency treegraph
 
Reported: 2020-06-05 20:48 PDT by Yusuke Suzuki
Modified: 2020-06-09 14:06 PDT (History)
11 users (show)

See Also:


Attachments
Patch (21.51 KB, patch)
2020-06-05 20:50 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (17.98 KB, patch)
2020-06-07 01:32 PDT, Yusuke Suzuki
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2020-06-05 20:48:33 PDT
[JSC] Shrink __DATA,(__data,__bss,__common) more
Comment 1 Yusuke Suzuki 2020-06-05 20:50:38 PDT
Created attachment 401231 [details]
Patch
Comment 2 EWS Watchlist 2020-06-05 20:51:30 PDT
This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`)
Comment 3 Yusuke Suzuki 2020-06-07 01:32:03 PDT
Created attachment 401287 [details]
Patch
Comment 4 Mark Lam 2020-06-07 09:09:08 PDT
Comment on attachment 401287 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=401287&action=review

Nice find.

> Source/JavaScriptCore/heap/MarkedSpace.cpp:134
> +    // We have an optimiation in MarkedSpace::optimalSizeFor() that assumes things about

/optimiation/optimization/
Comment 5 Yusuke Suzuki 2020-06-09 02:19:39 PDT
Comment on attachment 401287 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=401287&action=review

Thanks!

>> Source/JavaScriptCore/heap/MarkedSpace.cpp:134
>> +    // We have an optimiation in MarkedSpace::optimalSizeFor() that assumes things about
> 
> /optimiation/optimization/

Fixed
Comment 6 Yusuke Suzuki 2020-06-09 02:20:50 PDT
Committed r262786: <https://trac.webkit.org/changeset/262786>
Comment 7 Radar WebKit Bug Importer 2020-06-09 02:21:18 PDT
<rdar://problem/64156273>
Comment 8 Yusuke Suzuki 2020-06-09 14:04:26 PDT
Let me try to use this bugzilla's patch for my webkitbot testing. So this will be re-opened, and closed.
Comment 9 Yusuke Suzuki 2020-06-09 14:05:39 PDT
Re-opened since this is blocked by bug 212992
Comment 10 Yusuke Suzuki 2020-06-09 14:06:18 PDT
(In reply to Yusuke Suzuki from comment #9)
> Re-opened since this is blocked by bug 212992