Ignore:
Timestamp:
May 26, 2011, 11:43:40 AM (14 years ago)
Author:
[email protected]
Message:

2011-05-26 Geoffrey Garen <[email protected]>

Reviewed by Oliver Hunt.

Provide a real owner when copying a property table, for the sake of
write barriers.
https://bugs.webkit.org/show_bug.cgi?id=61547


No test because we can't enable the writeBarrier() ASSERT just yet.

  • runtime/Structure.cpp: (JSC::Structure::addPropertyTransition):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r87377 r87406  
     12011-05-26  Geoffrey Garen  <[email protected]>
     2
     3        Reviewed by Oliver Hunt.
     4
     5        Provide a real owner when copying a property table, for the sake of
     6        write barriers.
     7        https://bugs.webkit.org/show_bug.cgi?id=61547
     8       
     9        No test because we can't enable the writeBarrier() ASSERT just yet.
     10
     11        * runtime/Structure.cpp:
     12        (JSC::Structure::addPropertyTransition):
     13
    1142011-05-26  Adam Roben  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.