Bug 207074 - safe to execute should return false when we know code won't be moved
Summary: safe to execute should return false when we know code won't be moved
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords: InRadar
Depends on:
Blocks: 207075
  Show dependency treegraph
 
Reported: 2020-01-31 15:20 PST by Saam Barati
Modified: 2020-01-31 17:49 PST (History)
13 users (show)

See Also:


Attachments
patch (15.26 KB, patch)
2020-01-31 17:09 PST, Saam Barati
ysuzuki: review+
Details | Formatted Diff | Diff
patch (15.32 KB, patch)
2020-01-31 17:12 PST, Saam Barati
ysuzuki: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2020-01-31 15:20:59 PST
things like Call, etc
Comment 1 Saam Barati 2020-01-31 15:35:29 PST
This will make it easier to audit the code so we can skip things which return false
Comment 2 Saam Barati 2020-01-31 17:09:32 PST
Created attachment 389444 [details]
patch
Comment 3 Yusuke Suzuki 2020-01-31 17:10:50 PST
Comment on attachment 389444 [details]
patch

r=me
Comment 4 Saam Barati 2020-01-31 17:12:00 PST
Created attachment 389445 [details]
patch
Comment 5 Saam Barati 2020-01-31 17:48:46 PST
landed in:
https://trac.webkit.org/changeset/255538/webkit
Comment 6 Radar WebKit Bug Importer 2020-01-31 17:49:18 PST
<rdar://problem/59081980>