Bug 175228 - Move DFG::OSRExitCompiler methods into DFG::OSRExit [step 3].
Summary: Move DFG::OSRExitCompiler methods into DFG::OSRExit [step 3].
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: 175144
  Show dependency treegraph
 
Reported: 2017-08-04 17:07 PDT by Mark Lam
Modified: 2017-08-05 07:11 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch. (36.96 KB, patch)
2017-08-04 21:42 PDT, Mark Lam
no flags Details | Formatted Diff | Diff
proposed patch. (36.57 KB, patch)
2017-08-04 22:14 PDT, Mark Lam
saam: 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-08-04 17:07:49 PDT
Merge the 32-bit OSRExit::compileExit() method into the 64-bit version, and delete OSRExit32_64.cpp.
Comment 1 Radar WebKit Bug Importer 2017-08-04 17:08:21 PDT
<rdar://problem/33735737>
Comment 2 Mark Lam 2017-08-04 21:42:57 PDT
Created attachment 317327 [details]
proposed patch.
Comment 3 Mark Lam 2017-08-04 22:14:14 PDT
Created attachment 317328 [details]
proposed patch.
Comment 4 Mark Lam 2017-08-04 23:15:27 PDT
Comment on attachment 317328 [details]
proposed patch.

This is ready for a review.
Comment 5 Saam Barati 2017-08-05 01:01:21 PDT
Comment on attachment 317328 [details]
proposed patch.

r=me
Comment 6 Mark Lam 2017-08-05 07:11:20 PDT
Thanks for the review.  Landed in r220318: <http://trac.webkit.org/r220318>.