Bug 182691 - [ARM] Debug build does not compile
Summary: [ARM] Debug build does not compile
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-12 03:31 PST by Dominik Inführ
Modified: 2018-02-28 23:36 PST (History)
9 users (show)

See Also:


Attachments
Patch (2.67 KB, patch)
2018-02-12 03:31 PST, Dominik Inführ
no flags Details | Formatted Diff | Diff
Patch v2 (2.67 KB, patch)
2018-02-21 05:54 PST, Dominik Inführ
no flags Details | Formatted Diff | Diff
Patch v2 (2.67 KB, patch)
2018-02-21 06:03 PST, Dominik Inführ
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Inführ 2018-02-12 03:31:54 PST
Created attachment 333587 [details]
Patch

Debug builds of JSC do not compile on ARMv7 due to compile error in assert statement. Fix it by invoking unpoisoned() on the argument, such that reinterpret_cast<intptr>() works again.
Comment 1 Dominik Inführ 2018-02-21 05:54:44 PST
Created attachment 334366 [details]
Patch v2
Comment 2 Dominik Inführ 2018-02-21 06:03:49 PST
Created attachment 334371 [details]
Patch v2
Comment 3 Mark Lam 2018-02-28 10:15:46 PST
Comment on attachment 334371 [details]
Patch v2

r=me
Comment 4 WebKit Commit Bot 2018-02-28 23:35:34 PST
Comment on attachment 334371 [details]
Patch v2

Clearing flags on attachment: 334371

Committed r229125: <https://trac.webkit.org/changeset/229125>
Comment 5 WebKit Commit Bot 2018-02-28 23:35:36 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2018-02-28 23:36:35 PST
<rdar://problem/38017124>