Bug 184552 - Consolidate some PtrTags.
Summary: Consolidate some PtrTags.
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: 2018-04-12 12:08 PDT by Mark Lam
Modified: 2018-04-12 13:26 PDT (History)
7 users (show)

See Also:


Attachments
proposed patch. (92.54 KB, patch)
2018-04-12 12:42 PDT, Mark Lam
fpizlo: 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 2018-04-12 12:08:48 PDT
Consolidate CodeEntryPtrTag and CodeEntryWithArityCheckPtrTag into CodePtrTag.
Consolidate NearCallPtrTag and NearJumpPtrTag into NearCodePtrTag.
Comment 1 Radar WebKit Bug Importer 2018-04-12 12:09:17 PDT
<rdar://problem/39389404>
Comment 2 Mark Lam 2018-04-12 12:42:05 PDT
Created attachment 337821 [details]
proposed patch.
Comment 3 Mark Lam 2018-04-12 13:26:30 PDT
Thanks for the review.  Landed in r230592: <http://trac.webkit.org/r230592>.