• Dominik Inführ's avatar
    Reland "[heap] Refactor allocation observer in AllocationCounter" · 9fff9a73
    Dominik Inführ authored
    This is a reland of b354e344
    
    This CL adds 3 fixes:
    
    * Unprotect code object before creating filler
    * Allows AllocationObserver::Step to add more AllocationObservers
    * Update limit in NewSpace::UpdateLinearAllocationArea
    
    Original change's description:
    > [heap] Refactor allocation observer in AllocationCounter
    >
    > Moves accounting of allocation observers into the AllocationCounter
    > class. This CL removes top_on_previous_step_ for counters that are
    > increased regularly in the slow path of the allocation functions.
    >
    > AdvanceAllocationObservers() informs the AllocationCounter about
    > allocated bytes, InvokeAllocationObservers() needs to be invoked when
    > an allocation step is reached. NextBytes() returns the number of bytes
    > until the next AllocationObserver::Step needs to run.
    >
    > Bug: v8:10315
    > Change-Id: I8b6eb8719ab032d44ee0614d2a0f2645bfce9df6
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2320650
    > Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
    > Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#69170}
    
    Bug: v8:10315
    Change-Id: I89ab4d5069a234a293471f613dab16b47d8fff89
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2332805Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69216}
    9fff9a73
Name
Last commit
Last update
..
cppgc Loading commit data...
allocation-observer-unittest.cc Loading commit data...
barrier-unittest.cc Loading commit data...
bitmap-test-utils.h Loading commit data...
bitmap-unittest.cc Loading commit data...
code-object-registry-unittest.cc Loading commit data...
embedder-tracing-unittest.cc Loading commit data...
gc-idle-time-handler-unittest.cc Loading commit data...
gc-tracer-unittest.cc Loading commit data...
heap-controller-unittest.cc Loading commit data...
heap-unittest.cc Loading commit data...
heap-utils.h Loading commit data...
item-parallel-job-unittest.cc Loading commit data...
js-member-unittest.cc Loading commit data...
list-unittest.cc Loading commit data...
local-heap-unittest.cc Loading commit data...
marking-unittest.cc Loading commit data...
marking-worklist-unittest.cc Loading commit data...
memory-reducer-unittest.cc Loading commit data...
object-stats-unittest.cc Loading commit data...
off-thread-factory-unittest.cc Loading commit data...
persistent-handles-unittest.cc Loading commit data...
safepoint-unittest.cc Loading commit data...
slot-set-unittest.cc Loading commit data...
spaces-unittest.cc Loading commit data...
unified-heap-unittest.cc Loading commit data...
unmapper-unittest.cc Loading commit data...
worklist-unittest.cc Loading commit data...