v8/test/cctest/heap
Camillo Bruni 0392eb20ac [literals] Introduce CreateEmptyArrayLiteral Bytecode
Empty Array literals are amongst the most commonly used literal types on our
top25 page list. Using a custom bytecode we can drop the boilerplate for empty
Array literals alltogether. However, we still need a proper AllocationSite to
track ElementsKind transitions.

Bug: v8:6211, chromium:746935
Change-Id: I891eaa778e4e81e138e483a65f04ae00ae30bd28
Reviewed-on: https://chromium-review.googlesource.com/580932
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46875}
2017-07-25 14:30:43 +00:00
..
heap-tester.h [heap] Fix a missing write barrier in Heap::Allocate. 2017-05-29 15:03:50 +00:00
heap-utils.cc [heap] Minor MC: Add marking 2016-11-18 12:56:16 +00:00
heap-utils.h [heap] Exclude the owner of the linear allocation area from evacuation. 2016-11-03 12:13:23 +00:00
test-alloc.cc Access double fields in C++ as uint64_t fields to preserve signaling bit of a NaN. 2017-01-23 18:18:48 +00:00
test-array-buffer-tracker.cc [heap] More cctest fixes for concurrent marker. 2017-06-13 09:55:17 +00:00
test-compaction.cc Revert "[heap] Make aborting compaction a fatal" 2017-06-27 11:40:28 +00:00
test-concurrent-marking.cc [heap] Reschedule concurrent marking tasks. 2017-07-17 11:53:22 +00:00
test-heap.cc [literals] Introduce CreateEmptyArrayLiteral Bytecode 2017-07-25 14:30:43 +00:00
test-incremental-marking.cc Reland "Switch tracing to use v8::TracingController" 2017-07-03 11:49:23 +00:00
test-lab.cc [heap] Set progress bar flag for FixedArray upon allocation 2016-09-30 11:13:51 +00:00
test-mark-compact.cc [heap] Build proper iterator for iterating live objects 2017-06-21 12:20:14 +00:00
test-page-promotion.cc [heap] Parallel Scavenge 2017-07-20 14:05:02 +00:00
test-spaces.cc [heap] Add --stress-incremental-marking flag. 2017-05-29 11:06:13 +00:00