Ignore:
Timestamp:
Sep 15, 2012, 11:20:32 PM (13 years ago)
Author:
[email protected]
Message:

Following the Butterfly refactoring, the comment for lastArraySize was not updated
https://bugs.webkit.org/show_bug.cgi?id=96877

Reviewed by Sam Weinig.

  • runtime/JSObject.cpp:

(JSC):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSObject.cpp

    r128680 r128705  
    5050// We keep track of the size of the last array after it was grown. We use this
    5151// as a simple heuristic for as the value to grow the next array from size 0.
    52 // This value is capped by the constant FIRST_VECTOR_GROW defined above.
     52// This value is capped by the constant FIRST_VECTOR_GROW defined in
     53// ArrayConventions.h.
    5354static unsigned lastArraySize = 0;
    5455
Note: See TracChangeset for help on using the changeset viewer.