Bug 175656 - Add back the ability to disable MASM_PROBE from the build.
Summary: Add back the ability to disable MASM_PROBE from the build.
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: 175514
  Show dependency treegraph
 
Reported: 2017-08-16 21:42 PDT by Mark Lam
Modified: 2017-08-21 21:58 PDT (History)
16 users (show)

See Also:


Attachments
proposed patch. (12.77 KB, patch)
2017-08-16 21:49 PDT, Mark Lam
ysuzuki: 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 2017-08-16 21:42:55 PDT
This is needed for ports that the existing MASM_PROBE implementation doesn't work with.  Note that if the DFG_JIT will be disabled by default if !ENABLE(MASM_PROBE).
Comment 1 Radar WebKit Bug Importer 2017-08-16 21:44:31 PDT
<rdar://problem/33933720>
Comment 2 Mark Lam 2017-08-16 21:49:58 PDT
Created attachment 318325 [details]
proposed patch.
Comment 3 Yusuke Suzuki 2017-08-16 21:55:58 PDT
Comment on attachment 318325 [details]
proposed patch.

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

r=me with comment.

> Source/WTF/wtf/Platform.h:818
> +#if PLATFORM(GTK) && CPU(ARM_THUMB2)

Could you add a FIXME with URL to track this?
Comment 4 Mark Lam 2017-08-16 21:58:01 PDT
Thanks for the review.

(In reply to Yusuke Suzuki from comment #3)
> > Source/WTF/wtf/Platform.h:818
> > +#if PLATFORM(GTK) && CPU(ARM_THUMB2)
> 
> Could you add a FIXME with URL to track this?

Will do.  It's tracked in https://bugs.webkit.org/show_bug.cgi?id=175514.
Comment 5 Mark Lam 2017-08-16 22:09:53 PDT
Landed in r220823: <http://trac.webkit.org/r220823>.
Comment 6 Mark Lam 2017-08-21 21:58:30 PDT
Follow up fix for a typo: should be OS(WINDOWS), not OS(WINDOW), in r221003: <http://trac.webkit.org/r221003>.