RESOLVED FIXED174441
Move Probe code from AbstractMacroAssembler to MacroAssembler.
https://bugs.webkit.org/show_bug.cgi?id=174441
Summary Move Probe code from AbstractMacroAssembler to MacroAssembler.
Mark Lam
Reported 2017-07-12 16:28:27 PDT
The implementation has changed over the years, and the original reason for putting shared probe code in AbstractMacroAssembler is no longer valid. Let's move them into MacroAssembler. This is also friendlier if we want to compile this code with C++ modules later.
Attachments
proposed patch. (19.83 KB, patch)
2017-07-12 16:33 PDT, Mark Lam
saam: review+
Mark Lam
Comment 1 2017-07-12 16:33:04 PDT
Created attachment 315301 [details] proposed patch.
Mark Lam
Comment 2 2017-07-12 16:50:42 PDT
Mark Lam
Comment 3 2017-07-12 17:23:08 PDT
Landed a build fix in r219437: <http://trac.webkit.org/r219437>.
Keith Miller
Comment 4 2017-07-12 17:42:17 PDT
nice!
Note You need to log in before you can comment on or make changes to this bug.