v8/src
Michael Lippautz d9d059175e [heap] Decouple RootMarkingVisitor used for seeding items from Minor MC
This visitor can be reused by the full MC when seeding root items.

Bug: chromium:750084
Change-Id: I9d46ce55737961d8f72a34b06f3314c8f75f3b4d
Reviewed-on: https://chromium-review.googlesource.com/591451
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46972}
2017-07-28 13:35:24 +00:00
..
arm [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
arm64 [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
asmjs [asm.js] Switch StdlibSet to be a uint64_t bit set. 2017-07-26 07:34:50 +00:00
ast [coverage] Add continuation counters for catch and finally blocks 2017-07-27 15:31:58 +00:00
base Revert "[turbofan] staging new implementation of escape analysis" 2017-07-28 12:18:38 +00:00
builtins [csa] Add IsArrayProtectorCellInvalid utility method 2017-07-28 03:44:38 +00:00
compiler Revert "Changing the return address on the stack." 2017-07-28 12:41:57 +00:00
compiler-dispatcher [compiler-dispatcher] Pass isolate to main thread step 2017-07-28 10:56:05 +00:00
debug [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
extensions Remove overzelous DCHECK in ignition-statistics-extension. 2017-07-10 15:09:54 +00:00
ffi Revert "[runtime] Make JSFunction::prototype_or_initial_map field optional." 2017-07-24 14:13:10 +00:00
full-codegen PPC/s390: [objects] Make feedback vector a first-class object 2017-07-28 03:38:22 +00:00
heap [heap] Decouple RootMarkingVisitor used for seeding items from Minor MC 2017-07-28 13:35:24 +00:00
ia32 [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
ic [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
inspector [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
interpreter [coverage] Add continuation counters for catch and finally blocks 2017-07-27 15:31:58 +00:00
js [cleanup] Remove runtime/intrinsic support for OrderedHashTable JS code 2017-07-25 22:56:45 +00:00
libplatform Reland "Switch tracing to use v8::TracingController" 2017-07-03 11:49:23 +00:00
libsampler Don't #include <sys/syscall.h> under Fuchsia, which doesn't provide it. 2017-07-14 20:25:43 +00:00
mips MIPS[64]: Port [arm] Introduce UseScratchRegisterScope 2017-07-28 11:31:35 +00:00
mips64 MIPS[64]: Port [arm] Introduce UseScratchRegisterScope 2017-07-28 11:31:35 +00:00
objects [compiler] Kill the deoptimized too many times bailout 2017-07-28 10:08:29 +00:00
parsing [coverage] Include catch and finally keywords in ranges 2017-07-28 08:06:08 +00:00
ppc PPC/s390: [objects] Make feedback vector a first-class object 2017-07-28 03:38:22 +00:00
profiler [heap] Re-implement weak cell tracking in the marker. 2017-07-27 11:09:24 +00:00
regexp [regexp] Throw for patterns like /[\p{...}-\p{...}]/u. 2017-07-25 08:25:43 +00:00
runtime [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
s390 PPC/s390: [objects] Make feedback vector a first-class object 2017-07-28 03:38:22 +00:00
snapshot Fix serializing objects that may require non-world aligning. 2017-07-27 15:30:28 +00:00
third_party
tracing Reland "Switch tracing to use v8::TracingController" 2017-07-03 11:49:23 +00:00
trap-handler Remove myself from non-toplevel owners files 2017-06-28 10:00:48 +00:00
wasm [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
x64 X64: Remove redundant mov instructions. 2017-07-28 03:37:18 +00:00
zone Revert "[turbofan] staging new implementation of escape analysis" 2017-07-28 12:18:38 +00:00
accessors.cc Add counter for Accessors::ReconfigureToDataProperty 2017-07-26 16:19:47 +00:00
accessors.h
address-map.cc Reland "Document RootIndexMap's requirement for immovable roots." 2017-07-11 08:31:03 +00:00
address-map.h
allocation-site-scopes.h [cleanup] Improve readability of AllocationSite 2017-07-10 11:03:02 +00:00
allocation.cc [base] Consolidate IsPowerOfTwo{32,64} and IS_POWER_OF_TWO 2017-07-13 10:49:09 +00:00
allocation.h
api-arguments-inl.h
api-arguments.cc
api-arguments.h
api-natives.cc Revert "[runtime] Make JSFunction::prototype_or_initial_map field optional." 2017-07-24 14:13:10 +00:00
api-natives.h [runtime] Use custom maps for function closures ... 2017-07-13 13:23:06 +00:00
api.cc [inspector] move stack trace and scope inspection to native 2017-07-27 15:57:30 +00:00
api.h [ESnext] Change dynamic import API to return a promise 2017-06-29 22:34:41 +00:00
arguments.cc
arguments.h Add Smi::ToInt helper method 2017-07-10 13:33:03 +00:00
assembler-inl.h Remove x87 port 2017-07-18 18:20:40 +00:00
assembler.cc Switch JSFunction::code to be a tagged value. 2017-07-24 15:42:30 +00:00
assembler.h Switch JSFunction::code to be a tagged value. 2017-07-24 15:42:30 +00:00
assert-scope.cc
assert-scope.h
background-parsing-task.cc
background-parsing-task.h
bailout-reason.cc
bailout-reason.h [compiler] Kill the deoptimized too many times bailout 2017-07-28 10:08:29 +00:00
base.isolate Update V8 DEPS. 2017-07-25 07:10:46 +00:00
basic-block-profiler.cc
basic-block-profiler.h
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
bignum.h
bit-vector.cc [base] Allow BitVector to store data inline 2017-06-26 11:38:24 +00:00
bit-vector.h [base] Allow BitVector to store data inline 2017-06-26 11:38:24 +00:00
bootstrapper.cc [cleanup] Remove unused InternalPackedArray. 2017-07-25 05:40:16 +00:00
bootstrapper.h [objects.h splitting] Move SharedFunctionInfo. 2017-05-29 14:03:48 +00:00
boxed-float.h Add a not-NaN DCHECK to the Float32 constructor 2017-07-21 09:22:28 +00:00
cached-powers.cc
cached-powers.h
callable.h
cancelable-task.cc [Cleanup] Make Cancelable independent of the isolate 2017-05-26 09:22:49 +00:00
cancelable-task.h [Cleanup] Make Cancelable independent of the isolate 2017-05-26 09:22:49 +00:00
char-predicates-inl.h
char-predicates.cc Use ICU for ID_START, ID_CONTINUE and WhiteSpace check 2017-06-14 20:32:49 +00:00
char-predicates.h Use ICU for ID_START, ID_CONTINUE and WhiteSpace check 2017-06-14 20:32:49 +00:00
checks.h
code-events.h
code-factory.cc [cleanup] Remove always-off support for tail calls 2017-07-13 19:29:05 +00:00
code-factory.h [cleanup] Remove always-off support for tail calls 2017-07-13 19:29:05 +00:00
code-stub-assembler.cc [csa] Add IsArrayProtectorCellInvalid utility method 2017-07-28 03:44:38 +00:00
code-stub-assembler.h [csa] Add IsArrayProtectorCellInvalid utility method 2017-07-28 03:44:38 +00:00
code-stubs-utils.h
code-stubs.cc [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
code-stubs.h [arm64] Remove dead StoreRegistersState and RestoreRegisterState stubs. 2017-07-19 12:42:31 +00:00
codegen.cc [Compiler] Move creation of SharedFunctionInfo later in compile. 2017-07-18 09:43:19 +00:00
codegen.h Remove x87 port 2017-07-18 18:20:40 +00:00
collector.h
compilation-cache.cc [Heap] Remove code flushing. 2017-05-22 09:34:43 +00:00
compilation-cache.h [Heap] Remove code flushing. 2017-05-22 09:34:43 +00:00
compilation-dependencies.cc [cleanup] Improve readability of AllocationSite 2017-07-10 11:03:02 +00:00
compilation-dependencies.h
compilation-info.cc [Compiler] Remove SharedFunctionInfo from ParseInfo. 2017-07-21 10:02:47 +00:00
compilation-info.h [asmjs] Implement AsmJsCompilationJob. 2017-07-25 10:38:36 +00:00
compilation-statistics.cc
compilation-statistics.h
compiler.cc [compiler] Kill the deoptimized too many times bailout 2017-07-28 10:08:29 +00:00
compiler.h [Compiler] Remove SharedFunctionInfo from ParseInfo. 2017-07-21 10:02:47 +00:00
contexts-inl.h Revert "[runtime] Make JSFunction::prototype_or_initial_map field optional." 2017-07-24 14:13:10 +00:00
contexts.cc [compiler] Remove OSR code cache 2017-06-29 08:20:10 +00:00
contexts.h Revert "[runtime] Make JSFunction::prototype_or_initial_map field optional." 2017-07-24 14:13:10 +00:00
conversions-inl.h [base] Consolidate IsPowerOfTwo{32,64} and IS_POWER_OF_TWO 2017-07-13 10:49:09 +00:00
conversions.cc [builtins] Increase precision limits for toFixed, etc 2017-07-20 13:05:35 +00:00
conversions.h [builtins] Increase precision limits for toFixed, etc 2017-07-20 13:05:35 +00:00
counters-inl.h [iwyu] Include isolate.h less. 2017-06-23 13:14:17 +00:00
counters.cc Fix reverted PR for making histogram timers thread safe. 2017-06-27 20:03:12 +00:00
counters.h Add counter for Accessors::ReconfigureToDataProperty 2017-07-26 16:19:47 +00:00
d8-console.cc [inspector] introduced console.context 2017-06-12 15:49:13 +00:00
d8-console.h [inspector] introduced console.context 2017-06-12 15:49:13 +00:00
d8-posix.cc [d8] enable os.system only when requested 2017-07-25 14:42:44 +00:00
d8-windows.cc
d8.cc [d8] enable os.system only when requested 2017-07-25 14:42:44 +00:00
d8.gyp
d8.h [d8] enable os.system only when requested 2017-07-25 14:42:44 +00:00
d8.isolate
d8.js
date.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
date.h
dateparser-inl.h
dateparser.cc
dateparser.h
deoptimize-reason.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
deoptimize-reason.h [turbofan] Replace uninitialized JSConstruct nodes with SOFT deopt. 2017-06-30 08:18:43 +00:00
deoptimizer.cc Revert "Changing the return address on the stack." 2017-07-28 12:41:57 +00:00
deoptimizer.h Rename src/float.h to src/boxed-float.h 2017-07-20 12:48:52 +00:00
DEPS
disasm.h
disassembler.cc [fullcodegen] Deprecate usage of patching BinaryOpICStub. 2017-06-22 09:29:20 +00:00
disassembler.h
diy-fp.cc
diy-fp.h
double.h [ppc] use Double instead of double in ppc compiler 2017-07-10 17:13:08 +00:00
dtoa.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
dtoa.h
eh-frame.cc
eh-frame.h
elements-kind.cc [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
elements-kind.h [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
elements.cc Define symbols properly 2017-07-12 17:16:49 +00:00
elements.h [runtime] Fix Array.prototype.sort for large entries 2017-07-06 10:45:52 +00:00
execution.cc [runtime] Remove unnecessary casts of species constructor. 2017-05-26 15:21:32 +00:00
execution.h [compiler] Drive optimizations with feedback vector (reland) 2017-06-19 10:33:59 +00:00
external-reference-table.cc Switch JSFunction::code to be a tagged value. 2017-07-24 15:42:30 +00:00
external-reference-table.h [builtins] Introduce ConstructProxy builtin based on CSA 2017-07-19 05:21:13 +00:00
factory.cc [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
factory.h [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
fast-dtoa.cc
fast-dtoa.h
feedback-vector-inl.h [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
feedback-vector.cc [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
feedback-vector.h [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
field-index-inl.h [cleanup] Introduce more const methods 2017-07-03 14:44:42 +00:00
field-index.h [cleanup] Introduce more const methods 2017-07-03 14:44:42 +00:00
field-type.cc [ast] Remove AstType type system. 2017-06-26 15:43:03 +00:00
field-type.h [ast] Remove AstType type system. 2017-06-26 15:43:03 +00:00
find-and-replace-pattern.h
fixed-dtoa.cc
fixed-dtoa.h
flag-definitions.h Revert "[turbofan] staging new implementation of escape analysis" 2017-07-28 12:18:38 +00:00
flags.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
flags.h
frames-inl.h Remove x87 port 2017-07-18 18:20:40 +00:00
frames.cc Revert "Changing the return address on the stack." 2017-07-28 12:41:57 +00:00
frames.h Supports the Incumbent realm (Isolate::GetIncumbentContext). 2017-06-27 11:33:05 +00:00
futex-emulation.cc
futex-emulation.h
gdb-jit.cc Remove x87 port 2017-07-18 18:20:40 +00:00
gdb-jit.h
global-handles.cc [heap] Minor MC: Parallelize updating global handles 2017-06-01 18:53:17 +00:00
global-handles.h [heap] Minor MC: Parallelize updating global handles 2017-06-01 18:53:17 +00:00
globals.h Revert "Changing the return address on the stack." 2017-07-28 12:41:57 +00:00
handles-inl.h
handles.cc Remove ~MaybeHandle and statically assert that handles are trivially copyable 2017-06-20 13:37:22 +00:00
handles.h [compiler] Remove two more illegal uses of Handle<T>::cast. 2017-07-14 09:07:53 +00:00
heap-symbols.h Revert "Reland "[runtime] Add shortcuts for elements kinds transitions."" 2017-07-24 05:31:29 +00:00
icu_util.cc
icu_util.h
identity-map.cc Reland: [IdentityMap] Fix size if GC short-cuts objects. 2017-06-21 09:37:20 +00:00
identity-map.h
interface-descriptors.cc [Ignition / TurboFan] Revert all StringConcat bytecode implementation. 2017-07-19 16:03:46 +00:00
interface-descriptors.h [Ignition / TurboFan] Revert all StringConcat bytecode implementation. 2017-07-19 16:03:46 +00:00
intl.cc [string] Handle two-byte contents in String.p.toLowerCase 2017-07-12 06:25:26 +00:00
intl.h [objects.h splitting] Move String and related classes. 2017-06-12 11:53:18 +00:00
isolate-inl.h Add Smi::ToInt helper method 2017-07-10 13:33:03 +00:00
isolate.cc [interpreter] Print handler sizes on --print-builtin-size 2017-07-24 07:00:10 +00:00
isolate.h [cleanup] Isolate::get_initial_js_array_map => Context:GetInitialJSArrayMap 2017-07-20 15:35:22 +00:00
json-parser.cc [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
json-parser.h
json-stringifier.cc [runtime] Check for overflow when serializing Strings for JSON. 2017-07-26 11:40:56 +00:00
json-stringifier.h
keys.cc [runtime] Introduce PropertyArray 2017-07-11 22:48:54 +00:00
keys.h [iwyu] Include isolate.h less. 2017-06-23 13:14:17 +00:00
label.h [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
layout-descriptor-inl.h Pretenure LayoutDescriptor 2017-07-28 11:43:35 +00:00
layout-descriptor.cc Add Smi::ToInt helper method 2017-07-10 13:33:03 +00:00
layout-descriptor.h [runtime] Change backing store of LayoutDescriptor to ByteArray. 2017-05-31 13:58:31 +00:00
list-inl.h
list.h
locked-queue-inl.h
locked-queue.h
log-inl.h
log-utils.cc [logging] Add an option to log source code in v8.log. 2017-07-28 07:18:18 +00:00
log-utils.h [logging] Add an option to log source code in v8.log. 2017-07-28 07:18:18 +00:00
log.cc [logging] Add an option to log source code in v8.log. 2017-07-28 07:18:18 +00:00
log.h [logging] Add an option to log source code in v8.log. 2017-07-28 07:18:18 +00:00
lookup-cache-inl.h
lookup-cache.cc
lookup-cache.h
lookup.cc [runtime] Rename properties to properties_or_hash 2017-07-18 17:38:50 +00:00
lookup.h
machine-type.cc [WASM] Eliminate SIMD boolean vector types. 2017-06-08 20:54:32 +00:00
machine-type.h [WASM] Eliminate SIMD boolean vector types. 2017-06-08 20:54:32 +00:00
macro-assembler-inl.h
macro-assembler.h Remove x87 port 2017-07-18 18:20:40 +00:00
managed.h Implement managed objects with phantom handles 2017-06-20 10:58:45 +00:00
map-updater.cc [runtime] Don't create class field types for arrays' fields. 2017-07-27 07:11:05 +00:00
map-updater.h [runtime] Don't create class field types for arrays' fields. 2017-07-27 07:11:05 +00:00
messages.cc Add Smi::ToInt helper method 2017-07-10 13:33:03 +00:00
messages.h [parser] Provide better error when incorrectly using await 2017-07-25 22:53:58 +00:00
msan.h
objects-body-descriptors-inl.h [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
objects-body-descriptors.h Revert "Revert "Fix GCC 7 build errors"" 2017-06-20 18:22:54 +00:00
objects-debug.cc [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
objects-inl.h [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
objects-printer.cc [objects] Make feedback vector a first-class object 2017-07-27 13:31:55 +00:00
objects.cc Revert "Changing the return address on the stack." 2017-07-28 12:41:57 +00:00
objects.h Revert "Changing the return address on the stack." 2017-07-28 12:41:57 +00:00
ostreams.cc [ostreams] Extend AsHex and add AsHexBytes 2017-07-25 08:37:46 +00:00
ostreams.h [ostreams] Extend AsHex and add AsHexBytes 2017-07-25 08:37:46 +00:00
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
pending-compilation-error-handler.cc
pending-compilation-error-handler.h
perf-jit.cc
perf-jit.h
PRESUBMIT.py Add layout test bots to changes to api.cc 2017-05-31 14:15:18 +00:00
property-descriptor.cc
property-descriptor.h
property-details.h [runtime] Remove kIsEnumerable and move methods relying on it to BaseNameDictionary 2017-06-22 10:42:12 +00:00
property.cc
property.h [iwyu] Include isolate.h less. 2017-06-23 13:14:17 +00:00
prototype.h [proxies] Add stackoverflow check for JSProxy::isArray 2017-06-07 14:47:31 +00:00
register-configuration.cc Remove x87 port 2017-07-18 18:20:40 +00:00
register-configuration.h Remove x87 port 2017-07-18 18:20:40 +00:00
runtime-profiler.cc [compiler] Kill the deoptimized too many times bailout 2017-07-28 10:08:29 +00:00
runtime-profiler.h
safepoint-table.cc Revert "Changing the return address on the stack." 2017-07-28 12:41:57 +00:00
safepoint-table.h Avoid emitting redundant safepoint info 2017-05-23 14:18:29 +00:00
setup-isolate-deserialize.cc [gn] Allow building a snapshot with unwinding information. 2017-05-23 09:47:29 +00:00
setup-isolate-full.cc
setup-isolate.h
signature.h [wasm] [cleanup] Avoid lazy initialization of arrays 2017-05-30 09:30:13 +00:00
simulator.h Remove x87 port 2017-07-18 18:20:40 +00:00
small-pointer-list.h
source-position-table.cc
source-position-table.h [Turbofan] Merged the OSR phase into the graph building phase (reland) 2017-07-26 13:15:16 +00:00
source-position.cc
source-position.h
splay-tree-inl.h
splay-tree.h
startup-data-util.cc
startup-data-util.h
string-builder.cc
string-builder.h [runtime] Check for overflow when serializing Strings for JSON. 2017-07-26 11:40:56 +00:00
string-case.cc
string-case.h
string-hasher-inl.h [runtime] Use IsDecimalDigit in StringHasher rather than manual check 2017-06-13 15:45:59 +00:00
string-hasher.h
string-search.h
string-stream.cc [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
string-stream.h
strtod.cc Remove x87 port 2017-07-18 18:20:40 +00:00
strtod.h
transitions-inl.h Revert "Reland "[runtime] Add shortcuts for elements kinds transitions."" 2017-07-24 05:31:29 +00:00
transitions.cc Revert "Reland "[runtime] Add shortcuts for elements kinds transitions."" 2017-07-24 05:31:29 +00:00
transitions.h Revert "Reland "[runtime] Add shortcuts for elements kinds transitions."" 2017-07-24 05:31:29 +00:00
type-hints.cc [Ignition / TurboFan] Revert all StringConcat bytecode implementation. 2017-07-19 16:03:46 +00:00
type-hints.h [Ignition / TurboFan] Revert all StringConcat bytecode implementation. 2017-07-19 16:03:46 +00:00
unicode-cache-inl.h
unicode-cache.h
unicode-decoder.cc
unicode-decoder.h
unicode-inl.h
unicode.cc Remove icu_case_mapping flag 2017-06-29 03:47:27 +00:00
unicode.h Remove icu_case_mapping flag 2017-06-29 03:47:27 +00:00
uri.cc
uri.h
utils-inl.h [runtime] Use IsDecimalDigit in StringHasher rather than manual check 2017-06-13 15:45:59 +00:00
utils.cc Remove x87 port 2017-07-18 18:20:40 +00:00
utils.h [utils] Fix undefined behavior in Abs helper. 2017-07-26 15:10:47 +00:00
v8.cc [Compiler] Remove unnecessary UseTurboFan function and turbo_asm flag. 2017-07-13 16:53:46 +00:00
v8.gyp Revert "[turbofan] staging new implementation of escape analysis" 2017-07-28 12:18:38 +00:00
v8.h
v8dll-main.cc
v8memory.h
v8threads.cc Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
v8threads.h
value-serializer.cc [wasm] Introduce instance types for WebAssembly.* objects. 2017-07-07 12:27:56 +00:00
value-serializer.h [wasm] Introduce instance types for WebAssembly.* objects. 2017-07-07 12:27:56 +00:00
vector.h
version.cc
version.h
visitors.cc
visitors.h [heap] Instrument mark-compact to track retaining paths for debugging. 2017-07-19 14:06:59 +00:00
vm-state-inl.h [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
vm-state.h [iwyu] Include isolate.h less. 2017-06-23 13:14:17 +00:00