[Webkit-unassigned] [Bug 206430] New: Deleting a property should not turn structures into uncacheable dictionaries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 10:56:54 PST 2020


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

            Bug ID: 206430
           Summary: Deleting a property should not turn structures into
                    uncacheable dictionaries
           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: justin_michaud at apple.com

Right now, deleteProperty/removePropertyTransition causes a structure transition to uncacheable dictionary. Instead, we should allow it to transition to a new regular structure like adding a property does. This means that we have to:

1) Break the assumption that structure transition offsets increase monotonically
2) Add a new transition map and transition kind for deletes
3) Find some heuristic for when we should actually transition to uncacheable dictionary.

-- 
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/20200117/62dccb5e/attachment.htm>


More information about the webkit-unassigned mailing list