[Webkit-unassigned] [Bug 175208] New: Move DFG::OSRExitCompiler functions into DFG::OSRExit.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 4 14:17:01 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175208

            Bug ID: 175208
           Summary: Move DFG::OSRExitCompiler functions into DFG::OSRExit.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

This will minimize the code diff and make it easier to review the patch for https://bugs.webkit.org/show_bug.cgi?id=175144 later.  We'll do this patch in 3 steps:
1. Do the code changes to move methods into OSRExit.
2. Unify the 32-bit and 64-bit implementations of compileExit().
3. A follow up patch to actually copy the methods into DFGOSRExit.cpp, and delete the DFGOSRExitCompiler files.

Splitting this refactoring into these 3 steps also makes it easier to review this patch and understand what is being changed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170804/e2692603/attachment.html>


More information about the webkit-unassigned mailing list