[Webkit-unassigned] [Bug 193467] New: Refactor new bytecode structs so that the fields are prefixed with "m_".

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 15:06:02 PST 2019


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

            Bug ID: 193467
           Summary: Refactor new bytecode structs so that the fields are
                    prefixed with "m_".
           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 makes it easier to do a manual audit of type correctness of the LLInt instructions used to access these fields.  Without this change, it would be difficult (and error prone) to distinguish the difference between field names and macro variables.

-- 
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/20190115/f465b463/attachment.html>


More information about the webkit-unassigned mailing list