Bug 201780 - performJITMemcpy() should do its !Gigacage assertion on exit.
Summary: performJITMemcpy() should do its !Gigacage assertion on exit.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-13 16:07 PDT by Mark Lam
Modified: 2019-09-13 16:46 PDT (History)
8 users (show)

See Also:


Attachments
proposed patch. (1.67 KB, patch)
2019-09-13 16:10 PDT, Mark Lam
rmorisset: review+
Details | Formatted Diff | Diff
follow up fix. (2.43 KB, patch)
2019-09-13 16:36 PDT, Mark Lam
rmorisset: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2019-09-13 16:07:19 PDT
<rdar://problem/55354867>
Comment 1 Mark Lam 2019-09-13 16:10:18 PDT
Created attachment 378758 [details]
proposed patch.
Comment 2 Robin Morisset 2019-09-13 16:13:19 PDT
Comment on attachment 378758 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2019-09-13 16:19:33 PDT
Thanks for the review.  Landed in r249857: <http://trac.webkit.org/r249857>.
Comment 4 Mark Lam 2019-09-13 16:26:11 PDT
Keith Rollins found an issue.
Comment 5 Mark Lam 2019-09-13 16:36:18 PDT
Created attachment 378760 [details]
follow up fix.
Comment 6 Robin Morisset 2019-09-13 16:42:43 PDT
Comment on attachment 378760 [details]
follow up fix.

r=me
Comment 7 Mark Lam 2019-09-13 16:46:13 PDT
Follow up landed in r249858: <http://trac.webkit.org/r249858>.