Bug 229479 - testb3_6 should be using JSSwitchPtrTag instead of JITCompilationPtrTag.
Summary: testb3_6 should be using JSSwitchPtrTag instead of JITCompilationPtrTag.
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: 2021-08-24 17:01 PDT by Mark Lam
Modified: 2021-08-24 17:08 PDT (History)
7 users (show)

See Also:


Attachments
proposed patch. (2.63 KB, patch)
2021-08-24 17:04 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 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>.