Bug 170681 - Move ProbeContext and ProbeFunction out of AbstractMacroAssembler.
Summary: Move ProbeContext and ProbeFunction out of AbstractMacroAssembler.
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:
Depends on:
Blocks:
 
Reported: 2017-04-10 10:10 PDT by Mark Lam
Modified: 2017-04-10 12:40 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch. (18.59 KB, patch)
2017-04-10 10:57 PDT, Mark Lam
msaboff: 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-04-10 10:10:15 PDT
This is a refactoring step towards enabling custom probe printers the way printInternal() works for dataLog.
Comment 1 Mark Lam 2017-04-10 10:57:16 PDT
Created attachment 306712 [details]
proposed patch.
Comment 2 Michael Saboff 2017-04-10 12:34:14 PDT
Comment on attachment 306712 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2017-04-10 12:40:05 PDT
Thanks for the review.  Landed in r215196: <http://trac.webkit.org/r215196>.