• Tom Anderson's avatar
    Avoid libc++ assert failure when building with _LIBCPP_DEBUG=0 · 4dd01774
    Tom Anderson authored
    libc++ will assert when indexing one element past the end of a vector, but V8
    uses this as the end iterator for ScopedPtrList.  Similarly, when there's no
    elements in the vector, v[0] will also assert, so ScopedPtrList::begin() needs
    to be updated too.  This CL changes ScopedPtrList to use std::vector::data() to
    get the iterators.
    
    BUG=chromium:923166
    TBR=machenbach
    
    Change-Id: Ic6a5176611d52ed592da743ecce44287c452b379
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1565543
    Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
    Reviewed-by: 's avatarNico Weber <thakis@chromium.org>
    Auto-Submit: Thomas Anderson <thomasanderson@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#60851}
    4dd01774
Name
Last commit
Last update
..
accounting-allocator.cc Loading commit data...
accounting-allocator.h Loading commit data...
zone-allocator.h Loading commit data...
zone-chunk-list.h Loading commit data...
zone-containers.h Loading commit data...
zone-handle-set.h Loading commit data...
zone-list-inl.h Loading commit data...
zone-segment.cc Loading commit data...
zone-segment.h Loading commit data...
zone-splay-tree.h Loading commit data...
zone.cc Loading commit data...
zone.h Loading commit data...