Bug 201036 - Remove MaximalFlushInsertionPhase
Summary: Remove MaximalFlushInsertionPhase
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tadeu Zagallo
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-08-22 08:02 PDT by Tadeu Zagallo
Modified: 2019-08-26 13:42 PDT (History)
8 users (show)

See Also:


Attachments
Patch (32.90 KB, patch)
2019-08-22 17:02 PDT, Tadeu Zagallo
no flags Details | Formatted Diff | Diff
Patch for landing (33.24 KB, patch)
2019-08-23 15:25 PDT, Tadeu Zagallo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tadeu Zagallo 2019-08-22 08:02:41 PDT
...
Comment 1 Tadeu Zagallo 2019-08-22 17:02:55 PDT
Created attachment 377078 [details]
Patch
Comment 2 Saam Barati 2019-08-23 00:59:58 PDT
Comment on attachment 377078 [details]
Patch

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

r=me

Please also add the new test from Radar

> Source/JavaScriptCore/ChangeLog:9
> +        to remove it instead of hacking it to fix the most recent false positive.

It would be good to describe the latest issue to motivate why it’s not worth keeping

> JSTests/stress/set-argument-maybe-maximal-flush-should-not-extend-liveness-2.js:-1
> -//@ runDefault("--useMaximalFlushInsertionPhase=1", "--jitPolicyScale=0", "--useConcurrentJIT=0")

Let’s keep these tests and just remove the option
Comment 3 Tadeu Zagallo 2019-08-23 15:25:20 PDT
Created attachment 377163 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2019-08-23 16:08:13 PDT
Comment on attachment 377163 [details]
Patch for landing

Clearing flags on attachment: 377163

Committed r249075: <https://trac.webkit.org/changeset/249075>
Comment 5 WebKit Commit Bot 2019-08-23 16:08:15 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2019-08-23 16:09:20 PDT
<rdar://problem/54658790>
Comment 7 Yusuke Suzuki 2019-08-26 13:42:52 PDT
Committed r249116: <https://trac.webkit.org/changeset/249116>