[Webkit-unassigned] [Bug 147475] New: jsc-tailcall: Add enums for type-safety

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 16:57:34 PDT 2015


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

            Bug ID: 147475
           Summary: jsc-tailcall: Add enums for type-safety
    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: basile_clement at apple.com
            Blocks: 146477

We should have:

 - An enum to specify whether we want to keep or trash the caller frame instead of using reinterpret_cast<void*>(0) and reinterpret_cast<void*>(1)

 - An enum to indicate whether we are performing a regular call, a tail call, or a constructor call.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150730/313fd892/attachment-0001.html>


More information about the webkit-unassigned mailing list