[Webkit-unassigned] [Bug 142574] New: UnlinkedFunctionExecutable should store SourceCode instead of offsets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 11 02:23:28 PDT 2015


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

            Bug ID: 142574
           Summary: UnlinkedFunctionExecutable should store SourceCode
                    instead of offsets
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: barraclough at apple.com, benjamin at webkit.org,
                    fpizlo at apple.com, ggaren at apple.com, mark.lam at apple.com

UnlinkedFunctionExecutable stores various offsets relative to its owner executable.
Just store SourceCode instead. For one extra pointer, we get a lot more clarity.
If the size is a concern, we can bit-pack two enums better.

-- 
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/20150311/684cad25/attachment-0002.html>


More information about the webkit-unassigned mailing list