[Webkit-unassigned] [Bug 121055] New: Change virtual register function arguments from unsigned to int

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 9 15:38:19 PDT 2013


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

           Summary: Change virtual register function arguments from
                    unsigned to int
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msaboff at apple.com
            Blocks: 118758


This is part of making the change for https://bugs.webkit.org/show_bug.cgi?id=118758 - "fourthTier: Change JSStack to grow from high to low addresses".  In many places the the type of virtual register variables and argument are unsigned.  These should be changed since offsets can be both positive and negative.

-- 
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