[Webkit-unassigned] [Bug 137155] New: Native inlining should resolve internal references

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 26 13:18:36 PDT 2014


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

           Summary: Native inlining should resolve internal references
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mmirman at apple.com


When native inlining in the FTL imports LLVM IR to inline, it doesn't change references to internal variables and functions which can no longer be resolved during compilation.  Currently there actually isn't a way to do this without modifying LLVM and clang, so here's a modification to LLVM and clang that makes this, among other things possible.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list