v8/src
jarin f0645612c4 This is a first step towards reducing the number of stores/loads when suspending/resuming a generator.
Unfortunately, even for an empty generator, we still use 8 register for various things (try-finally, copies of generator object, parser-introduced temporaries). I will try to get rid of these in separate CLs.

Changes:

- SuspendGenerator bytecode now takes register list to save.
- ResumeGenerator was split into two bytecodes:
  * Resume generator reads the state out and marks the generator as
      'executing'.
  * RestoreGeneratorRegisters reloads the registers from
      the generator.
    + this required adding support for output register list.

- Introduced generator_object_ register in the bytecode generator.
  * in subsequent CLs, I will make better use of it, the goal is
      to get rid if the .generator_object local variable.

- Taught register optimizer to flush unassigned registers.

BUG=v8:6379

Review-Url: https://codereview.chromium.org/2894293003
Cr-Commit-Position: refs/heads/master@{#45675}
2017-06-02 11:55:48 +00:00
..
arm [arm] Clean up disabling of sharing code target entries. 2017-06-01 13:18:21 +00:00
arm64 [compiler] Delay allocation of code-embedded heap numbers. 2017-05-31 14:00:11 +00:00
asmjs [asm.js] Fix associativity of multiplicative expressions. 2017-06-01 13:03:03 +00:00
ast [parser] Skipping inner funcs: make more functions skippable. 2017-05-31 07:49:55 +00:00
base [base] Migrate Mutex from CRITICAL_SECTION to SRWLOCK 2017-06-01 12:18:44 +00:00
builtins [Collections] Port Map.p.has to CSA/C++ 2017-06-02 11:55:39 +00:00
compiler This is a first step towards reducing the number of stores/loads when suspending/resuming a generator. 2017-06-02 11:55:48 +00:00
compiler-dispatcher Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
crankshaft [debug] Untangle DebugInfo from break point support 2017-05-31 14:26:58 +00:00
debug [Collections] Port Map.get to CSA/C++ 2017-06-01 16:06:18 +00:00
extensions [inspector] cache stack frame for call sites 2017-04-12 18:33:20 +00:00
ffi [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
full-codegen [arm] Clean up disabling of sharing code target entries. 2017-06-01 13:18:21 +00:00
heap [heap] Activate memory reducer on external memory activity. 2017-06-02 09:40:16 +00:00
ia32 [compiler] Delay allocation of code-embedded heap numbers. 2017-05-31 14:00:11 +00:00
ic [debug] Untangle DebugInfo from break point support 2017-05-31 14:26:58 +00:00
inspector [inspector] Inline InjectedScriptNative into InjectedScript 2017-06-02 00:28:43 +00:00
interpreter This is a first step towards reducing the number of stores/loads when suspending/resuming a generator. 2017-06-02 11:55:48 +00:00
js [Collections] Port Map.p.has to CSA/C++ 2017-06-02 11:55:39 +00:00
libplatform Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
libsampler Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
mips MIPS[64]: Support for some SIMD operations (8) 2017-06-01 13:25:50 +00:00
mips64 MIPS[64]: Support for some SIMD operations (8) 2017-06-01 13:25:50 +00:00
objects [Collections] Port Map.p.has to CSA/C++ 2017-06-02 11:55:39 +00:00
parsing [inspector] removed break location right before suspension in async function 2017-05-31 12:15:09 +00:00
ppc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
profiler Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
regexp [compiler] Delay allocation of code-embedded heap numbers. 2017-05-31 14:00:11 +00:00
runtime [runtime] Reserve more stack space for compilation. 2017-05-31 09:26:03 +00:00
s390 s390: use /proc/cpuinfo to check vx availability 2017-05-25 17:14:38 +00:00
snapshot Disable DCHECK for external reference address uniqueness on Windows 2017-05-27 02:34:27 +00:00
third_party [build] Enable gn build for vtune support in v8. 2017-02-13 02:54:05 +00:00
tracing Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
trap-handler Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
wasm [wasm] Fix WasmMemoryObject constructor for when a module has no initial memory 2017-06-01 17:08:02 +00:00
x64 [compiler] Delay allocation of code-embedded heap numbers. 2017-05-31 14:00:11 +00:00
x87 [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
zone Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
accessors.cc Remove Accessors::FunctionSetPrototype 2017-04-20 19:52:24 +00:00
accessors.h Remove Accessors::FunctionSetPrototype 2017-04-20 19:52:24 +00:00
address-map.cc
address-map.h
allocation-site-scopes.cc
allocation-site-scopes.h [runtime] Move 'copying' flag to ContextObject, don't copy named properties for array boilerplates 2017-05-29 15:17:39 +00:00
allocation.cc
allocation.h
api-arguments-inl.h
api-arguments.cc
api-arguments.h Decouple root visitors from object visitors. 2017-04-25 13:32:18 +00:00
api-natives.cc Limit the number of cached templates per context 2017-05-02 11:38:09 +00:00
api-natives.h
api.cc [heap] Activate memory reducer on external memory activity. 2017-06-02 09:40:16 +00:00
api.h Decouple root visitors from object visitors. 2017-04-25 13:32:18 +00:00
arguments.cc [iwyu] Remove unallowed include arguments.h -> objects-inl.h 2017-02-13 10:06:48 +00:00
arguments.h [iwyu] Remove unallowed include arguments.h -> objects-inl.h 2017-02-13 10:06:48 +00:00
assembler-inl.h
assembler.cc [Collections] Port Map.p.has to CSA/C++ 2017-06-02 11:55:39 +00:00
assembler.h [Collections] Port Map.p.has to CSA/C++ 2017-06-02 11:55:39 +00:00
assert-scope.cc [iwyu] Remove include debug.h -> arguments.h 2017-02-09 09:19:23 +00:00
assert-scope.h
background-parsing-task.cc Fix runtime_call_stats for background parsing. 2017-05-04 12:39:18 +00:00
background-parsing-task.h Reland of land: [Parse] ParseInfo owns the parsing Zone. (patchset #1 id:1 of https://codereview.chromium.org/2683733002/ ) 2017-02-07 20:46:47 +00:00
bailout-reason.cc
bailout-reason.h Skip hole initialization of lexical variables when possible 2017-05-08 19:28:30 +00:00
base.isolate
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
bit-vector.h
bootstrapper.cc [Collections] Port Map.p.has to CSA/C++ 2017-06-02 11:55:39 +00:00
bootstrapper.h [objects.h splitting] Move SharedFunctionInfo. 2017-05-29 14:03:48 +00:00
cached-powers.cc
cached-powers.h
callable.h [csa] Add CSA::CallBuiltin and Builtins::CallableFor 2017-03-16 14:22:12 +00:00
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 [intl] Reorganize code 2017-04-24 13:54:15 +00:00
char-predicates.h
checks.h
code-events.h [ic] Split StoreIC into StoreGlobalIC and StoreIC. 2017-03-24 07:45:14 +00:00
code-factory.cc [builtins] Begin removing CodeFactory accessors 2017-05-31 12:40:13 +00:00
code-factory.h [builtins] Begin removing CodeFactory accessors 2017-05-31 12:40:13 +00:00
code-stub-assembler.cc [builtins] Begin removing CodeFactory accessors 2017-05-31 12:40:13 +00:00
code-stub-assembler.h [csa] Add assertions to CSA 2017-05-30 14:23:17 +00:00
code-stubs-hydrogen.cc [compiler] Delay allocation of code-embedded heap numbers. 2017-05-31 14:00:11 +00:00
code-stubs-utils.h [stubs] Introduce TF_STUB macro. 2017-03-22 12:56:32 +00:00
code-stubs.cc [compiler] Delay allocation of code-embedded heap numbers. 2017-05-31 14:00:11 +00:00
code-stubs.h [stubs] Drop CallApiCallbackStub::call_data_undefined optimization. 2017-04-25 19:48:22 +00:00
codegen.cc [compiler] Delay allocation of code-embedded heap numbers. 2017-05-31 14:00:11 +00:00
codegen.h
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] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
compilation-dependencies.h Reland: [objects.h splitting] Move Map and related classes. 2017-05-17 12:12:18 +00:00
compilation-info.cc [turbofan] Remove remnants of code flusher support. 2017-05-29 14:34:10 +00:00
compilation-info.h [turbofan] Remove remnants of code flusher support. 2017-05-29 14:34:10 +00:00
compilation-statistics.cc
compilation-statistics.h
compiler.cc [debug] Untangle DebugInfo from break point support 2017-05-31 14:26:58 +00:00
compiler.h Do NOT get isolate from ParseInfo in compiler.cc 2017-03-28 08:12:48 +00:00
contexts-inl.h [objects.h splitting] Move SharedFunctionInfo. 2017-05-29 14:03:48 +00:00
contexts.cc [Heap] Remove code flushing. 2017-05-22 09:34:43 +00:00
contexts.h Revert "[builtins] port Promise.all to CSA" 2017-05-15 17:17:47 +00:00
conversions-inl.h
conversions.cc [iwyu] Include handles.h less. 2017-01-27 13:53:13 +00:00
conversions.h [iwyu] Include handles.h less. 2017-01-27 13:53:13 +00:00
counters-inl.h
counters.cc Move StatsTable into the Counters class. 2017-05-29 18:18:25 +00:00
counters.h Add V8 shared array allocation sizes histogram. 2017-05-29 18:19:33 +00:00
d8-console.cc [d8] console methods must not throw. 2017-04-26 09:48:29 +00:00
d8-console.h [d8] implement console for d8. 2017-04-24 13:23:10 +00:00
d8-posix.cc
d8-windows.cc
d8.cc Replace PREPARE_FOR_EXECUTION_WITH_CONTEXT_IN_RUNTIME_CALL_STATS_SCOPE 2017-05-30 17:37:41 +00:00
d8.gyp [d8] implement console for d8. 2017-04-24 13:23:10 +00:00
d8.h Revert "Revert "Reland "Introducing an event loop mechanism for d8.""" 2017-05-10 18:34:10 +00:00
d8.isolate
d8.js
date.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
date.h Reland of [date] Add ICU backend for timezone info behind a flag (patchset #1 id:1 of https://codereview.chromium.org/2811103002/ ) 2017-04-11 13:17:29 +00:00
dateparser-inl.h [builtins] Apply ES2016 conditional default timezone semantics 2017-02-16 10:02:01 +00:00
dateparser.cc
dateparser.h
deoptimize-reason.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
deoptimize-reason.h [turbofan] Add Symbol feedback to Equal/StrictEqual. 2017-05-22 12:07:40 +00:00
deoptimizer.cc [debug] Untangle DebugInfo from break point support 2017-05-31 14:26:58 +00:00
deoptimizer.h [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
DEPS [asm.js] Ensure proper encapsulation of "asmjs" component. 2017-05-05 10:36:26 +00:00
disasm.h
disassembler.cc [arm] Fix memory leak in disassembler. 2017-05-26 12:52:54 +00:00
disassembler.h
diy-fp.cc
diy-fp.h
double.h
dtoa.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
dtoa.h
effects.h
eh-frame.cc
eh-frame.h [iwyu] Pre-work for removing unallowed include macro-assembler.h -> assembler-inl.h 2017-02-23 12:10:21 +00:00
elements-kind.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
elements-kind.h [runtime] Fix spec bug in TypedArrayConstruct with mutating iterables. 2017-04-10 09:11:01 +00:00
elements.cc [builtins] Fix TypedArray slice for species constructor. 2017-05-29 14:25:44 +00:00
elements.h [builtins] Use the ElementsAccessor to copy TypedArrays. 2017-04-19 12:45:20 +00:00
execution.cc [runtime] Remove unnecessary casts of species constructor. 2017-05-26 15:21:32 +00:00
execution.h Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
external-reference-table.cc [Collections] Port Map.p.has to CSA/C++ 2017-06-02 11:55:39 +00:00
external-reference-table.h Release malloced symbol tables 2017-04-25 03:27:57 +00:00
factory.cc [debug] Untangle DebugInfo from break point support 2017-05-31 14:26:58 +00:00
factory.h [runtime] Implement SmallOrderedHashTable 2017-05-29 10:04:22 +00:00
fast-dtoa.cc
fast-dtoa.h
feedback-vector-inl.h [objects.h splitting] Move SharedFunctionInfo. 2017-05-29 14:03:48 +00:00
feedback-vector.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
feedback-vector.h Reland: [objects.h splitting] Move Map and related classes. 2017-05-17 12:12:18 +00:00
field-index-inl.h [objects.h splitting] Move out DescriptorArray. 2017-03-24 12:40:10 +00:00
field-index.h
field-type.cc
field-type.h Reland: [objects.h splitting] Move Map and related classes. 2017-05-17 12:12:18 +00:00
find-and-replace-pattern.h Make explicit that RelocInfo's target_object is always a HeapObject. 2017-03-07 10:42:55 +00:00
fixed-dtoa.cc
fixed-dtoa.h
flag-definitions.h [wasm] Make prototype flags experimental 2017-05-31 14:18:08 +00:00
flags.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
flags.h Disable other background modules while testing the CompilerDispatcher 2017-03-14 14:01:03 +00:00
frames-inl.h [everywhere] Custom representation for frame type 2017-02-21 16:13:55 +00:00
frames.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
frames.h [turbofan] [builtins] Unify construct builtins for JS functions and classes and add inlining and deoptimizer support 2017-05-10 13:17:13 +00:00
futex-emulation.cc [SAB] Fix crash in Atomics.wake w/ infinite count. 2017-02-01 21:47:22 +00:00
futex-emulation.h [SAB] Fix crash in Atomics.wake w/ infinite count. 2017-02-01 21:47:22 +00:00
gdb-jit.cc
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 [runtime] Change backing store of LayoutDescriptor to ByteArray. 2017-05-31 13:58:31 +00:00
handles-inl.h [iwyu] Include heap.h less. 2017-04-12 12:55:13 +00:00
handles.cc Document DeferredHandleScope 2017-04-05 11:26:05 +00:00
handles.h [compiler] Compare handles by location only. 2017-05-16 11:15:14 +00:00
heap-symbols.h [collections] Port Map constructor to CSA 2017-05-23 13:21:47 +00:00
icu_util.cc [intl] Reorganize code 2017-04-24 13:54:15 +00:00
icu_util.h
identity-map.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
identity-map.h Revert "[compiler-dispatcher] Use an integer job id." 2017-04-05 10:25:12 +00:00
interface-descriptors.cc [turbofan] Avoid allocating rest parameters for spread calls. 2017-05-18 07:32:22 +00:00
interface-descriptors.h CallInterfaceDescriptorData: clarify comment 2017-05-30 16:16:48 +00:00
intl.cc Prep for ICU 59 update (again) 2017-05-10 01:21:42 +00:00
intl.h [string] Move String.p.toLowerCase to CSA 2017-05-05 15:59:08 +00:00
isolate-inl.h Revert of [turbofan] Speculatively optimize string character access. (patchset #1 id:1 of https://codereview.chromium.org/2905623003/ ) 2017-05-24 17:04:44 +00:00
isolate.cc [heap] Activate memory reducer on external memory activity. 2017-06-02 09:40:16 +00:00
isolate.h Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
json-parser.cc [json] Specialize parsed arrays to most specific elements kind 2017-05-16 08:53:17 +00:00
json-parser.h
json-stringifier.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
json-stringifier.h
keys.cc [runtime] Fix KeyAccumulator for non-internalized keys. 2017-03-14 11:19:28 +00:00
keys.h
label.h [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
layout-descriptor-inl.h [runtime] Change backing store of LayoutDescriptor to ByteArray. 2017-05-31 13:58:31 +00:00
layout-descriptor.cc [runtime] Change backing store of LayoutDescriptor to ByteArray. 2017-05-31 13:58:31 +00:00
layout-descriptor.h [runtime] Change backing store of LayoutDescriptor to ByteArray. 2017-05-31 13:58:31 +00:00
list-inl.h [cleanup] Replace List::BinarySearch with std::lower_bound. 2017-04-28 13:15:24 +00:00
list.h [cleanup] Replace List::BinarySearch with std::lower_bound. 2017-04-28 13:15:24 +00:00
locked-queue-inl.h
locked-queue.h
log-inl.h
log-utils.cc Revert of [build] Introduce an embedder version string (patchset #3 id:40001 of https://codereview.chromium.org/2619213002/ ) 2017-01-21 22:36:54 +00:00
log-utils.h Reimplement TraceIC using the logger 2017-02-20 09:50:40 +00:00
log.cc Rename "NoBarrier" memory operations to "Relaxed". 2017-05-30 07:44:37 +00:00
log.h [profiler] Web UI: add summary of opts/deopts. 2017-03-22 16:02:25 +00:00
lookup-cache-inl.h
lookup-cache.cc
lookup-cache.h
lookup.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
lookup.h Reland: [objects.h splitting] Move Map and related classes. 2017-05-17 12:12:18 +00:00
machine-type.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
machine-type.h [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
macro-assembler-inl.h [iwyu|arm64] Pre-work for removing the illegal include macro-assembler.h -> assembler-inl.h 2017-03-15 12:08:50 +00:00
macro-assembler.h [cleanup] Minor cleanups concerning assemblers and code generation. 2017-04-26 14:54:33 +00:00
managed.h [wasm] [interpreter] Fix GC issue 2017-04-04 10:39:57 +00:00
map-updater.cc [runtime] Prototype const-to-mutable field migrations without deprecating maps. 2017-03-09 12:26:12 +00:00
map-updater.h Reland: [objects.h splitting] Move Map and related classes. 2017-05-17 12:12:18 +00:00
messages.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
messages.h [asm.js] Report module linking failures to the console. 2017-05-19 11:31:12 +00:00
msan.h
objects-body-descriptors-inl.h [runtime] Implement SmallOrderedHashTable 2017-05-29 10:04:22 +00:00
objects-body-descriptors.h [heap] Introduce HeapVisitor interface. 2017-04-27 15:43:54 +00:00
objects-debug.cc [heap-verify] Fix arguments verification with mapped elements 2017-05-30 14:05:34 +00:00
objects-inl.h [Collections] Port Map.get to CSA/C++ 2017-06-01 16:06:18 +00:00
objects-printer.cc [debug] Untangle DebugInfo from break point support 2017-05-31 14:26:58 +00:00
objects.cc [Collections] Port Map.p.has to CSA/C++ 2017-06-02 11:55:39 +00:00
objects.h [runtime] Change backing store of LayoutDescriptor to ByteArray. 2017-05-31 13:58:31 +00:00
ostreams.cc
ostreams.h
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
pending-compilation-error-handler.cc Reland: [Compiler] Enable handles created during parsing and scope analysis to be deferred. 2017-02-10 15:01:29 +00:00
pending-compilation-error-handler.h Reland: [Compiler] Enable handles created during parsing and scope analysis to be deferred. 2017-02-10 15:01:29 +00:00
perf-jit.cc [inspector] cache stack frame for call sites 2017-04-12 18:33:20 +00:00
perf-jit.h [perf-prof] Adjust source position addresses according to ELF header size 2017-04-03 08:15:35 +00:00
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 [builtins] Introduce DeleteProperty builtin 2017-04-20 12:11:05 +00:00
property.cc [printing] Improve object printing 2017-03-03 11:01:21 +00:00
property.h [runtime][ic] Constant field tracking support. 2017-02-10 08:05:25 +00:00
prototype.h
register-configuration.cc [ARM] Reserve scratch q-register. 2017-04-19 16:56:42 +00:00
register-configuration.h [deoptimizer] Fill the single precision registers in the deoptimizer entry stub. 2017-03-22 16:56:03 +00:00
runtime-profiler.cc Remove crankshaft flag. 2017-05-15 12:34:20 +00:00
runtime-profiler.h
safepoint-table.cc Add missing nullptr check 2017-05-23 19:22:32 +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 [snapshot] full setup delegate should also be able to deserialize. 2017-04-26 10:44:44 +00:00
setup-isolate.h [snapshot] full setup delegate should also be able to deserialize. 2017-04-26 10:44:44 +00:00
signature.h [wasm] [cleanup] Avoid lazy initialization of arrays 2017-05-30 09:30:13 +00:00
simulator.h
small-pointer-list.h
source-position-table.cc Introduce a handlified version of source position iterator. 2017-05-04 12:34:49 +00:00
source-position-table.h Introduce a handlified version of source position iterator. 2017-05-04 12:34:49 +00:00
source-position.cc This is a workaround for the fact that %SetCode can "lose" the script for a js native. If the js native is re-initialized (for a Realm or something), then the source SharedFunctionInfo won't have a script anymore. Nonetheless, we may want to optimize the function. If we've compiled bytecode, then we can compile optimized code without a script. 2017-02-16 14:39:17 +00:00
source-position.h
splay-tree-inl.h
splay-tree.h
startup-data-util.cc
startup-data-util.h
string-builder.cc
string-builder.h Implement new Function.prototype.toString --harmony-function-tostring 2017-02-16 20:19:24 +00:00
string-case.cc
string-case.h
string-hasher-inl.h [cleanup & objects.h splitting] Move StringHasher 2017-04-28 13:07:24 +00:00
string-hasher.h [cleanup & objects.h splitting] Move StringHasher 2017-04-28 13:07:24 +00:00
string-search.h [string] Widen StringIndexOf fast path 2017-04-19 10:47:03 +00:00
string-stream.cc [cleanup] Make DebugObjectCache an std::vector. 2017-05-09 12:14:38 +00:00
string-stream.h
strtod.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
strtod.h
transitions-inl.h
transitions.cc
transitions.h Reland: [objects.h splitting] Move Map and related classes. 2017-05-17 12:12:18 +00:00
type-hints.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
type-hints.h [turbofan] Add Symbol feedback to Equal/StrictEqual. 2017-05-22 12:07:40 +00:00
type-info.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
type-info.h [ic] Remove disabled --collect-megamorphic-maps-from-stub-cache option. 2017-04-28 13:31:24 +00:00
unicode-cache-inl.h
unicode-cache.h
unicode-decoder.cc
unicode-decoder.h
unicode-inl.h
unicode.cc [wasm] Also kBadChar is a valid utf8 character 2017-05-23 09:28:06 +00:00
unicode.h [wasm] Also kBadChar is a valid utf8 character 2017-05-23 09:28:06 +00:00
uri.cc
uri.h
utils-inl.h
utils.cc Rename FeedbackVectorSlot[Kind] -> FeedbackSlot[Kind]. 2017-02-07 16:38:47 +00:00
utils.h [wasm] Avoid reporting of unrelated compiler errors 2017-05-29 12:32:36 +00:00
v8.cc Enable the embedder to provide stack trace printing 2017-03-17 12:07:25 +00:00
v8.gyp Reland of Reland of "ARM64: Add NEON support" 2017-05-31 13:58:43 +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 Decouple root visitors from object visitors. 2017-04-25 13:32:18 +00:00
value-serializer.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
value-serializer.h Expose the ValueSerializer data format version as a compile-time constant. 2017-04-27 15:14:41 +00:00
vector.h Use size_t for Vector<T> size. 2017-05-12 00:56:14 +00:00
version.cc Revert of [build] Introduce an embedder version string (patchset #3 id:40001 of https://codereview.chromium.org/2619213002/ ) 2017-01-21 22:36:54 +00:00
version.h Revert of [build] Introduce an embedder version string (patchset #3 id:40001 of https://codereview.chromium.org/2619213002/ ) 2017-01-21 22:36:54 +00:00
visitors.cc Decouple root visitors from object visitors. 2017-04-25 13:32:18 +00:00
visitors.h Add a host parameter to ObjectVisitor methods. 2017-04-25 14:19:00 +00:00
vm-state-inl.h [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
vm-state.h