Bug 187736

Summary: CodeBlock::baselineVersion() should account for executables with purged codeBlocks.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, keith_miller, msaboff, rmorisset, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch.
msaboff: review-
proposed patch. msaboff: review+

Description Mark Lam 2018-07-17 12:09:48 PDT
<rdar://problem/42114371>
Comment 1 Mark Lam 2018-07-17 12:15:30 PDT
Created attachment 345180 [details]
proposed patch.
Comment 2 Michael Saboff 2018-07-17 12:18:56 PDT
Comment on attachment 345180 [details]
proposed patch.

r=me
Comment 3 Michael Saboff 2018-07-17 12:19:47 PDT
Comment on attachment 345180 [details]
proposed patch.

Need to fix the EWS build failures.
Comment 4 Mark Lam 2018-07-17 12:21:12 PDT
Created attachment 345181 [details]
proposed patch.
Comment 5 Michael Saboff 2018-07-17 12:23:49 PDT
Comment on attachment 345181 [details]
proposed patch.

r=me
Comment 6 Mark Lam 2018-07-17 13:20:54 PDT
Thanks for the review.  Landed in r233893: <http://trac.webkit.org/r233893>.