Bug 229479

Summary: testb3_6 should be using JSSwitchPtrTag instead of JITCompilationPtrTag.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. ysuzuki: review+

Description Mark Lam 2021-08-24 17:01:37 PDT
This is in testInterpreter() which is emitting code for a jump table.  JSSwitchPtrTag is the right tag to use here.
Comment 1 Radar WebKit Bug Importer 2021-08-24 17:02:21 PDT
<rdar://problem/82316967>
Comment 2 Mark Lam 2021-08-24 17:04:28 PDT
Created attachment 436349 [details]
proposed patch.
Comment 3 Yusuke Suzuki 2021-08-24 17:05:45 PDT
Comment on attachment 436349 [details]
proposed patch.

r=me
Comment 4 Mark Lam 2021-08-24 17:08:57 PDT
Thanks for the review.  Landed in r281534: <http://trac.webkit.org/r281534>.