v8/src
hpayer 4b6770867a Revert of Activate preserving of optimized code map accross GCs. (patchset #1 id:1 of https://codereview.chromium.org/1217863006/)
Reason for revert:
This CL may be the reason for the spike on memory corruption. Tentatively reverting this CL.

BUG=chromium:512780
LOG=n

Original issue's description:
> Activate preserving of optimized code map accross GCs.
>
> This enables --noflush-optimized-code-cache which allows preserving
> entries in the optimized code map accross GCs. This only applies to
> values being reachable through other paths.
>
> R=hpayer@chromium.org,hablich@chromium.org
>
> Committed: https://crrev.com/1a8776db25b63c4ce718423772d1fd13f58eeab5
> Cr-Commit-Position: refs/heads/master@{#29755}

TBR=hablich@chromium.org,mstarzinger@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/1255043003

Cr-Commit-Position: refs/heads/master@{#29888}
2015-07-28 07:28:19 +00:00
..
arm [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
arm64 [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
base PPC: perf enhancement: Use larger heap page size on PPC. 2015-07-21 15:52:13 +00:00
compiler [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
extensions Make v8::Handle as "deprecated soon" 2015-07-06 07:09:13 +00:00
full-codegen [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
heap Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
ia32 [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
ic Update PPC OWNERS 2015-07-27 21:37:55 +00:00
interpreter [interpreter] A couple of minor tweaks to BytecodeArray. 2015-07-24 14:56:34 +00:00
libplatform Add IdleTask API to v8::Platform. 2015-07-15 11:51:03 +00:00
mips [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
mips64 [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
ppc Update PPC OWNERS 2015-07-27 21:37:55 +00:00
runtime [stubs] Also handle properties of the JSBuiltinsObject in the fast case. 2015-07-28 06:48:24 +00:00
snapshot Move Full-codegen into its own folder. 2015-07-24 10:11:57 +00:00
third_party Make vtune-jit stop using deprecated APIs 2015-07-20 06:53:53 +00:00
x64 [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
x87 Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
accessors.cc Remove broken optimization unwrapping number wrappers on setting array.length 2015-06-22 10:49:02 +00:00
accessors.h Add fast path for setting array.length 2015-06-19 15:27:47 +00:00
allocation-site-scopes.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
allocation-site-scopes.h Always wrap AllocationSiteContext::current() in a new handle in Crankshaft. 2015-04-20 11:46:34 +00:00
allocation-tracker.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
allocation-tracker.h
allocation.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
allocation.h
api-natives.cc Revert preallocating of descriptors since right now getters and setters cause copying of descriptor arrays 2015-07-10 17:11:50 +00:00
api-natives.h
api.cc Delete APIs deprecated since last release 2015-07-17 09:27:00 +00:00
api.h [handles] Sanitize Handle and friends. 2015-07-15 11:05:08 +00:00
arguments.cc Make v8::Handle as "deprecated soon" 2015-07-06 07:09:13 +00:00
arguments.h Unify "runtime-style" IC functions with Runtime intrinsics 2015-07-23 13:32:26 +00:00
array-iterator.js [es6] Array.prototype[Symbol.iterator].name should be 'values' 2015-07-23 05:50:47 +00:00
array.js Array.prototype.reverse should call [[HasProperty]] on elements before [[Get]] 2015-07-16 23:12:23 +00:00
arraybuffer.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
assembler.cc Unify "runtime-style" IC functions with Runtime intrinsics 2015-07-23 13:32:26 +00:00
assembler.h Unify "runtime-style" IC functions with Runtime intrinsics 2015-07-23 13:32:26 +00:00
assert-scope.cc Removed src/{isolate,property-details,utils}-inl.h 2015-04-21 10:21:37 +00:00
assert-scope.h
ast-literal-reindexer.cc [destructuring] Re-index materialized literals in arrow function parameters. 2015-06-26 21:39:53 +00:00
ast-literal-reindexer.h [destructuring] Re-index materialized literals in arrow function parameters. 2015-06-26 21:39:53 +00:00
ast-numbering.cc Add function literal variable to declaration list. 2015-07-20 14:15:14 +00:00
ast-numbering.h
ast-value-factory.cc Allow numeric literals to be checked for a decimal point. 2015-06-30 21:12:20 +00:00
ast-value-factory.h Allow numeric literals to be checked for a decimal point. 2015-06-30 21:12:20 +00:00
ast.cc Represent implicit 'this' binding by 'super' in AST. 2015-07-16 14:26:31 +00:00
ast.h Represent implicit 'this' binding by 'super' in AST. 2015-07-16 14:26:31 +00:00
background-parsing-task.cc Debugger: fix crash when debugger is enabled between parsing and compiling. 2015-07-22 07:37:38 +00:00
background-parsing-task.h Move SmartPointer to base. 2015-07-13 12:38:17 +00:00
bailout-reason.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
bailout-reason.h Debugger: prepare code for debugging on a per-function basis. 2015-07-20 14:53:37 +00:00
basic-block-profiler.cc
basic-block-profiler.h Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
bignum-dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
bignum-dtoa.h
bignum.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
bignum.h
bit-vector.cc
bit-vector.h [clusterfuzz] Length 0 is perfectly fine for BitVector. 2015-05-08 12:01:51 +00:00
bootstrapper.cc [stubs] Also handle properties of the JSBuiltinsObject in the fast case. 2015-07-28 06:48:24 +00:00
bootstrapper.h Create a internal native context used only for TF-generated code stubs 2015-07-13 09:45:51 +00:00
builtins.cc Debugger: use debug break slots to break at function exit. 2015-07-15 09:22:51 +00:00
builtins.h Debugger: refactor reloc info. 2015-07-13 12:32:24 +00:00
bytecodes-irregexp.h
cached-powers.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
cached-powers.h
cancelable-task.cc Don't run the second pass of the pending phantom callbacks if the heap has been torn down. 2015-07-20 15:04:08 +00:00
cancelable-task.h Don't run the second pass of the pending phantom callbacks if the heap has been torn down. 2015-07-20 15:04:08 +00:00
char-predicates-inl.h
char-predicates.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
char-predicates.h
checks.cc
checks.h make Handle a synonym of Local 2015-04-21 08:15:57 +00:00
circular-queue-inl.h
circular-queue.h
code-factory.cc TypeofMode replaces TypeofState and ContextualMode. 2015-07-13 13:39:43 +00:00
code-factory.h TypeofMode replaces TypeofState and ContextualMode. 2015-07-13 13:39:43 +00:00
code-stubs-hydrogen.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
code-stubs.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
code-stubs.h [stubs] Optimize LoadGlobalViaContextStub and StoreGlobalViaContextStub. 2015-07-24 07:17:05 +00:00
code-stubs.js Create a internal native context used only for TF-generated code stubs 2015-07-13 09:45:51 +00:00
code.h
codegen.cc Move SmartPointer to base. 2015-07-13 12:38:17 +00:00
codegen.h TypeofMode replaces TypeofState and ContextualMode. 2015-07-13 13:39:43 +00:00
collection-iterator.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
collection.js Expose Map/Set methods through the API 2015-06-23 15:14:17 +00:00
compilation-cache.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
compilation-cache.h [V8] Added Script::is_opaque flag for embedders 2015-05-19 03:11:23 +00:00
compilation-dependencies.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
compilation-dependencies.h Revert of Revert of Protect the emptiness of Array prototype elements with a PropertyCell. (patchset #1 id:1 of https://codereview.chromium.org/1099203004/) 2015-04-22 10:35:09 +00:00
compilation-statistics.cc
compilation-statistics.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
compiler.cc Debugger: do not reject data parsed in the background when debugging. 2015-07-27 14:20:10 +00:00
compiler.h Debugger: correctly recompile toplevel eval functions for debugging. 2015-07-27 13:15:26 +00:00
contexts.cc [es6] Make sure temporaries are not allocated in block scope 2015-07-23 13:51:35 +00:00
contexts.h Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
conversions-inl.h
conversions.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
conversions.h fix special index parsing 2015-03-30 11:41:15 +00:00
counters.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
counters.h Add aggregated memory histograms. 2015-05-07 10:03:41 +00:00
cpu-profiler-inl.h CpuProfiler: collect deopt pc offset for further usage in the inlined functions stack resolver. 2015-03-17 18:50:10 +00:00
cpu-profiler.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
cpu-profiler.h Reland "Remove support for thread-based recompilation" 2015-04-14 13:57:29 +00:00
d8-posix.cc Reland of "Make d8 stop using to-be-deprecated APIs" 2015-07-20 07:05:55 +00:00
d8-windows.cc Reland of "Make d8 stop using to-be-deprecated APIs" 2015-07-20 07:05:55 +00:00
d8.cc Fix d8 prompt after readline removal 2015-07-23 19:27:12 +00:00
d8.gyp Remove readline support from d8. 2015-07-23 13:20:31 +00:00
d8.h Remove readline support from d8. 2015-07-23 13:20:31 +00:00
d8.js Remove readline support from d8. 2015-07-23 13:20:31 +00:00
date.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
date.h
date.js Date() should not depend on Date.prototype.toString 2015-06-23 23:18:40 +00:00
dateparser-inl.h Make dates default to the local timezone if none specified 2015-07-24 17:19:52 +00:00
dateparser.cc Fix check for a date with a 24th hour 2015-07-23 14:37:49 +00:00
dateparser.h Make dates default to the local timezone if none specified 2015-07-24 17:19:52 +00:00
debug-debugger.js Revert of Revert of Wrap runtime.js in a function. (patchset #1 id:1 of https://codereview.chromium.org/1123353004/) 2015-05-07 08:39:53 +00:00
debug.cc Debugger: correctly recompile toplevel eval functions for debugging. 2015-07-27 13:15:26 +00:00
debug.h Debugger: do not hold onto debug infos weakly. 2015-07-27 11:52:42 +00:00
deoptimizer.cc Move Full-codegen into its own folder. 2015-07-24 10:11:57 +00:00
deoptimizer.h Remove deprecated v8::Object::TurnOnAccessCheck() from the V8 API. 2015-07-02 09:05:48 +00:00
DEPS [interpreter] Add basic framework for bytecode handler code generation. 2015-07-23 14:21:39 +00:00
disasm.h
disassembler.cc TypeofMode replaces TypeofState and ContextualMode. 2015-07-13 13:39:43 +00:00
disassembler.h
diy-fp.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
diy-fp.h
double.h
dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
dtoa.h
effects.h
elements-kind.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
elements-kind.h Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
elements.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
elements.h Use entry rather than index in ElementsAccessor::Get 2015-07-10 14:13:45 +00:00
execution.cc Fix keyed access of primitive objects in the runtime. 2015-07-10 16:11:07 +00:00
execution.h Remove Execution::CharAt 2015-06-02 11:25:05 +00:00
expression-classifier.h Improve error message for duplicate parameters 2015-07-14 21:59:03 +00:00
factory.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
factory.h Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
fast-dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
fast-dtoa.h
field-index-inl.h
field-index.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
fixed-dtoa.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
fixed-dtoa.h
flag-definitions.h Revert of Activate preserving of optimized code map accross GCs. (patchset #1 id:1 of https://codereview.chromium.org/1217863006/) 2015-07-28 07:28:19 +00:00
flags.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
flags.h Serializer: Cache FlagList::Hash result. 2015-03-17 11:04:29 +00:00
frames-inl.h Our JavaScriptFrame::function_slot_object is arch independent. 2015-07-13 12:45:29 +00:00
frames.cc Move Full-codegen into its own folder. 2015-07-24 10:11:57 +00:00
frames.h Fix memento initialization when constructing from new call 2015-07-17 08:51:41 +00:00
func-name-inferrer.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
func-name-inferrer.h
futex-emulation.cc Atomics Futex API 2015-07-17 17:11:47 +00:00
futex-emulation.h Atomics Futex API 2015-07-17 17:11:47 +00:00
gdb-jit.cc Add -Wshorten-64-to-32 flag to mac builds. 2015-07-14 16:05:29 +00:00
gdb-jit.h
generator.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
global-handles.cc Always run the second pass of the phantom callbacks synchronously if --predictable or --optimize_for_size are set. 2015-07-21 10:53:00 +00:00
global-handles.h Let the second pass phantom callbacks run in a separate task on the foreground thread. 2015-07-15 12:26:11 +00:00
globals.h [es6] Make sure temporaries are not allocated in block scope 2015-07-23 13:51:35 +00:00
handles-inl.h [handles] Sanitize Handle and friends. 2015-07-15 11:05:08 +00:00
handles.cc [handles] Sanitize Handle and friends. 2015-07-15 11:05:08 +00:00
handles.h [handles] Sanitize Handle and friends. 2015-07-15 11:05:08 +00:00
harmony-array-includes.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
harmony-array.js Guard @@isConcatSpreadable behind a flag 2015-07-08 21:49:58 +00:00
harmony-atomics.js Atomics Futex API 2015-07-17 17:11:47 +00:00
harmony-concat-spreadable.js Guard @@isConcatSpreadable behind a flag 2015-07-08 21:49:58 +00:00
harmony-object.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
harmony-reflect.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
harmony-regexp.js Use shared container to manage imports/exports. 2015-05-21 06:15:19 +00:00
harmony-sharedarraybuffer.js Fix harmony-sharedarraybuffer implementation. 2015-05-26 07:40:03 +00:00
harmony-simd.js SIMD.js: Update Float32x4 and tests to current spec. 2015-07-22 03:14:06 +00:00
harmony-spread.js Use shared container to manage imports/exports. 2015-05-21 06:15:19 +00:00
harmony-tostring.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
harmony-typedarray.js Array.prototype.reverse should call [[HasProperty]] on elements before [[Get]] 2015-07-16 23:12:23 +00:00
hashmap.h Split TemplateHashMapImpl::Lookup into two methods 2015-04-13 19:01:15 +00:00
heap-profiler.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
heap-profiler.h Move SmartPointer to base. 2015-07-13 12:38:17 +00:00
heap-snapshot-generator-inl.h
heap-snapshot-generator.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
heap-snapshot-generator.h Add new Float32x4 type for SIMD.js. 2015-06-03 23:56:33 +00:00
hydrogen-alias-analysis.h
hydrogen-bce.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-bce.h
hydrogen-bch.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-bch.h
hydrogen-canonicalize.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-canonicalize.h
hydrogen-check-elimination.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-check-elimination.h
hydrogen-dce.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-dce.h
hydrogen-dehoist.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-dehoist.h
hydrogen-environment-liveness.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-environment-liveness.h
hydrogen-escape-analysis.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-escape-analysis.h
hydrogen-flow-engine.h
hydrogen-gvn.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-gvn.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
hydrogen-infer-representation.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-infer-representation.h
hydrogen-infer-types.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-infer-types.h
hydrogen-instructions.cc [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
hydrogen-instructions.h [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
hydrogen-load-elimination.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-load-elimination.h
hydrogen-mark-deoptimize.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-mark-deoptimize.h
hydrogen-mark-unreachable.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-mark-unreachable.h
hydrogen-osr.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-osr.h
hydrogen-range-analysis.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-range-analysis.h
hydrogen-redundant-phi.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-redundant-phi.h
hydrogen-removable-simulates.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-removable-simulates.h
hydrogen-representation-changes.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-representation-changes.h
hydrogen-sce.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-sce.h
hydrogen-store-elimination.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-store-elimination.h
hydrogen-types.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
hydrogen-types.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
hydrogen-uint32-analysis.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
hydrogen-uint32-analysis.h
hydrogen.cc [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
hydrogen.h TypeofMode replaces TypeofState and ContextualMode. 2015-07-13 13:39:43 +00:00
i18n.cc Make NumberFormat use the ICU currency data, fix bug in NumberFormat 2015-07-17 15:08:08 +00:00
i18n.h
i18n.js Make NumberFormat use the ICU currency data, fix bug in NumberFormat 2015-07-17 15:08:08 +00:00
icu_util.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
icu_util.h
interface-descriptors.cc [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
interface-descriptors.h [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
interpreter-irregexp.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
interpreter-irregexp.h
isolate.cc Remove old TODO and commented-out DCHECK in Isolate::RunMicrotasks 2015-07-27 15:58:41 +00:00
isolate.h [interpreter] Add basic framework for bytecode handler code generation. 2015-07-23 14:21:39 +00:00
iterator-prototype.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
json-parser.h Introduce DefineOwnPropertyIgnoreAttributes and make it call SetPropertyWithInterceptor. 2015-06-12 14:14:12 +00:00
json-stringifier.h Get rid of JSArray::Expand and friends 2015-06-22 10:44:24 +00:00
json.js JSON.stringify should handle the replacer before the space 2015-06-25 00:04:35 +00:00
jsregexp-inl.h
jsregexp.cc Move SmartPointer to base. 2015-07-13 12:38:17 +00:00
jsregexp.h Reland II of 'Optimize trivial regexp disjunctions' CL 1176453002 2015-06-10 09:55:31 +00:00
layout-descriptor-inl.h Also allocate small typed arrays on heap when initialized from an array-like 2015-06-03 07:41:38 +00:00
layout-descriptor.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
layout-descriptor.h Revert of Reland "LayoutDescriptor should inherit from JSTypedArray" (patchset #3 id:40001 of https://codereview.chromium.org/1094333002/) 2015-04-21 15:58:07 +00:00
list-inl.h Let the second pass phantom callbacks run in a separate task on the foreground thread. 2015-07-15 12:26:11 +00:00
list.h Let the second pass phantom callbacks run in a separate task on the foreground thread. 2015-07-15 12:26:11 +00:00
lithium-allocator-inl.h
lithium-allocator.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
lithium-allocator.h
lithium-codegen.cc Make writing of frame translation platform independent. 2015-06-11 06:09:13 +00:00
lithium-codegen.h Make writing of frame translation platform independent. 2015-06-11 06:09:13 +00:00
lithium-inl.h
lithium.cc [crankshaft] Remove adventurous operator< for Handle<Map>. 2015-07-01 08:12:39 +00:00
lithium.h [crankshaft] Remove adventurous operator< for Handle<Map>. 2015-07-01 08:12:39 +00:00
liveedit-debugger.js Remove RestartFrame from live edit API 2015-07-23 07:46:55 +00:00
liveedit.cc Debugger: prepare code for debugging on a per-function basis. 2015-07-20 14:53:37 +00:00
liveedit.h Fix keyed access of primitive objects in the runtime. 2015-07-10 16:11:07 +00:00
log-inl.h
log-utils.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
log-utils.h Remove the experimental perf jit support until the license is clarified. 2015-05-29 10:39:52 +00:00
log.cc Move SmartPointer to base. 2015-07-13 12:38:17 +00:00
log.h Assertion failure when using --log-regexp 2015-06-29 13:54:08 +00:00
lookup-inl.h Index -> Entry and Key -> Index in elements.[cc|h] 2015-07-07 11:53:04 +00:00
lookup.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
lookup.h Replace Set*Callback with TransitionToAccessorPair 2015-07-14 11:58:49 +00:00
macro-assembler.h Add support for Embedded Constant Pools for PPC and Arm 2015-06-04 14:44:15 +00:00
macros.py Expose SIMD.Float32x4 type to Javascript. 2015-07-16 19:43:32 +00:00
math.js Move hash code from hidden string to a private symbol 2015-05-26 11:26:36 +00:00
messages.cc Move SmartPointer to base. 2015-07-13 12:38:17 +00:00
messages.h Atomics Futex API 2015-07-17 17:11:47 +00:00
messages.js Takes the script offset into account when obtaining the column of the message. 2015-07-20 15:56:27 +00:00
mirror-debugger.js Provide accessor for object internal properties that doesn't require debugger to be active 2015-05-12 15:40:27 +00:00
modules.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
modules.h Collect list of requested modules in ModuleDescriptor while parsing 2015-04-09 22:09:47 +00:00
msan.h
object-observe.js Move hash code from hidden string to a private symbol 2015-05-26 11:26:36 +00:00
objects-debug.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
objects-inl.h Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
objects-printer.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
objects.cc Revert of Remove ExternalArray, derived types, and element kinds (patchset #5 id:80001 of https://codereview.chromium.org/1254623002/) 2015-07-27 20:32:16 +00:00
objects.h [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
optimizing-compile-dispatcher.cc Move Full-codegen into its own folder. 2015-07-24 10:11:57 +00:00
optimizing-compile-dispatcher.h Remove support for specifying the number of available threads 2015-04-15 07:15:43 +00:00
ostreams.cc Don't #define snprintf in VS2015 - it's illegal and unneeded. 2015-04-09 09:02:58 +00:00
ostreams.h
OWNERS
parser.cc Split off a separate --harmony_sloppy_let flag 2015-07-25 00:05:18 +00:00
parser.h [es6] Fix and clean up recognition of simple parameter lists 2015-07-23 14:29:11 +00:00
pattern-rewriter.cc [es6] Make sure temporaries are not allocated in block scope 2015-07-23 13:51:35 +00:00
pending-compilation-error-handler.cc Increase the chance of printing a useful error when bootstrapping fails 2015-06-10 17:42:16 +00:00
pending-compilation-error-handler.h Migrate error messages, part 12. 2015-05-18 08:33:51 +00:00
preparse-data-format.h [es6] super.prop, eval and lazy functions 2015-06-04 21:16:32 +00:00
preparse-data.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
preparse-data.h [es6] super.prop, eval and lazy functions 2015-06-04 21:16:32 +00:00
preparser.cc [es6] Some renamings and minor clean-ups in parameter parsing 2015-07-23 11:53:47 +00:00
preparser.h Split off a separate --harmony_sloppy_let flag 2015-07-25 00:05:18 +00:00
prettyprinter.cc Support for global var shortcuts in script contexts. 2015-07-06 16:36:39 +00:00
prettyprinter.h Fix issue with --print-ast and class expressions 2015-06-01 14:06:28 +00:00
profile-generator-inl.h
profile-generator.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
profile-generator.h CpuProfiler: public API for deopt info in cpu profiler. 2015-04-08 16:13:31 +00:00
prologue.js In Array.of and Array.from, fall back to DefineOwnProperty 2015-06-11 20:41:04 +00:00
promise.js [es6] Make sure we do not invoke setter when calling Promise.all 2015-06-29 18:14:37 +00:00
property-details.h [stubs] Properly handle read-only properties in StoreGlobalViaContextStub. 2015-07-27 18:45:36 +00:00
property.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
property.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
prototype.h
proxy.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
regexp-macro-assembler-irregexp-inl.h
regexp-macro-assembler-irregexp.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
regexp-macro-assembler-irregexp.h
regexp-macro-assembler-tracer.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
regexp-macro-assembler-tracer.h ARM64: Propagate notification about aborted compilation from RegExpEngine to MacroAssembler. 2015-05-18 19:41:14 +00:00
regexp-macro-assembler.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
regexp-macro-assembler.h ARM64: Propagate notification about aborted compilation from RegExpEngine to MacroAssembler. 2015-05-18 19:41:14 +00:00
regexp-stack.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
regexp-stack.h
regexp.js Revert "In RegExp, lastIndex is read with ToLength, not ToInteger" 2015-07-27 10:58:53 +00:00
rewriter.cc [es6] Fix completion values of for loops with lexical variables 2015-06-18 11:54:16 +00:00
rewriter.h
runtime-profiler.cc Move Full-codegen into its own folder. 2015-07-24 10:11:57 +00:00
runtime-profiler.h
runtime.js Expose SIMD.Float32x4 type to Javascript. 2015-07-16 19:43:32 +00:00
safepoint-table.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
safepoint-table.h
sampler.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
sampler.h
scanner-character-streams.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
scanner-character-streams.h Fix DCHECK on SetBookmark. 2015-05-27 15:43:42 +00:00
scanner.cc Allow numeric literals to be checked for a decimal point. 2015-06-30 21:12:20 +00:00
scanner.h Allow numeric literals to be checked for a decimal point. 2015-06-30 21:12:20 +00:00
scopeinfo.cc [stubs] Don't pass name to Load/StoreGlobalViaContext stubs. 2015-07-28 06:04:29 +00:00
scopeinfo.h Support for global var shortcuts in script contexts. 2015-07-06 16:36:39 +00:00
scopes.cc Remove remnants of INTERNAL variable handling from Scope 2015-07-24 14:48:30 +00:00
scopes.h Remove remnants of INTERNAL variable handling from Scope 2015-07-24 14:48:30 +00:00
signature.h Extract Signature from src/compiler/machine-type.h to src/signature.h 2015-05-04 10:11:54 +00:00
simulator.h
small-pointer-list.h
splay-tree-inl.h
splay-tree.h
startup-data-util.cc Fix the build with snapshot=external 2015-05-07 18:18:05 +00:00
startup-data-util.h
string-builder.cc Protect error message formatter against invalid string length. 2015-06-19 08:31:31 +00:00
string-builder.h Protect error message formatter against invalid string length. 2015-06-19 08:31:31 +00:00
string-iterator.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
string-search.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
string-search.h
string-stream.cc Move SmartPointer to base. 2015-07-13 12:38:17 +00:00
string-stream.h Move SmartPointer to base. 2015-07-13 12:38:17 +00:00
string.js [es6] Fix String.prototype.normalize to properly validate argument 2015-07-15 15:15:14 +00:00
strings-storage.cc Move SmartPointer to base. 2015-07-13 12:38:17 +00:00
strings-storage.h
strtod.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
strtod.h
symbol.js Revert of Revert of Hook up more import/exports in natives. (patchset #1 id:1 of https://codereview.chromium.org/1154743003/) 2015-05-26 07:24:21 +00:00
templates.js Use shared container to manage imports/exports. 2015-05-21 06:15:19 +00:00
token.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
token.h
transitions-inl.h Revert of Replace ad-hoc weakness in transition array with WeakCell. (patchset #5 id:80001 of https://codereview.chromium.org/1157943003/) 2015-06-18 15:52:06 +00:00
transitions.cc Partially revert r29468 2015-07-08 10:01:58 +00:00
transitions.h Revert of Replace ad-hoc weakness in transition array with WeakCell. (patchset #5 id:80001 of https://codereview.chromium.org/1157943003/) 2015-06-18 15:52:06 +00:00
type-feedback-vector-inl.h [ic] Record call counts for monomorphic calls made with an IC. 2015-06-25 08:43:53 +00:00
type-feedback-vector.cc Vector ICs: Changes to the IC system to support vector-based stores. 2015-06-30 09:51:54 +00:00
type-feedback-vector.h Special printing for type feedback vectors. 2015-07-15 12:22:03 +00:00
type-info.cc Expose SIMD.Float32x4 type to Javascript. 2015-07-16 19:43:32 +00:00
type-info.h Make helper functions compatible with larger ToBooleanStub types. 2015-06-25 04:32:19 +00:00
typedarray.js Revert of Add %TypedArray% to proto chain (patchset #6 id:100001 of https://codereview.chromium.org/1186733002/) 2015-06-17 09:05:51 +00:00
types-inl.h
types.cc [Interpreter] Add BytecodeArray class and add to SharedFunctionInfo. 2015-07-24 12:03:03 +00:00
types.h [turbofan] Make global variable loads and stores explicit. 2015-06-23 13:34:06 +00:00
typing.cc Add function literal variable to declaration list. 2015-07-20 14:15:14 +00:00
typing.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00
unbound-queue-inl.h
unbound-queue.h
unicode-decoder.cc unicode-decoder: fix out-of-band write in utf16 2015-07-06 11:00:12 +00:00
unicode-decoder.h unicode-decoder: fix out-of-band write in utf16 2015-07-06 11:00:12 +00:00
unicode-inl.h
unicode.cc Update UTF-8 decoder to detect more special cases. 2015-05-22 18:47:16 +00:00
unicode.h
unique.h Revert of [heap] Unify the immortal immovable root detection mechanism. (patchset #3 id:40001 of https://codereview.chromium.org/1178853002/) 2015-06-11 10:49:43 +00:00
uri.js Remove usage of S.p.charCodeAt from uri.js 2015-06-22 23:43:24 +00:00
utils.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
utils.h V8: Add utility functions to check SameValue and SameValueZero. 2015-07-14 21:36:01 +00:00
v8.cc Delete APIs deprecated since last release 2015-07-17 09:27:00 +00:00
v8.h Delete APIs deprecated since last release 2015-07-17 09:27:00 +00:00
v8dll-main.cc
v8memory.h
v8natives.js [es6] Bound function name 2015-07-09 20:36:20 +00:00
v8threads.cc
v8threads.h
variables.cc [es6] Make sure temporaries are not allocated in block scope 2015-07-23 13:51:35 +00:00
variables.h Support for global var shortcuts in script contexts. 2015-07-06 16:36:39 +00:00
vector.h Reland Extend big-disjunction optimization to case-independent regexps 2015-06-25 11:42:20 +00:00
version.cc Cosmetic changes to tests to make it easier to concatenate them. 2015-06-01 22:47:08 +00:00
version.h
vm-state-inl.h
vm-state.h
weak-collection.js Move hash code from hidden string to a private symbol 2015-05-26 11:26:36 +00:00
zone-allocator.h [turbofan] cleanup ParallelMove 2015-04-15 12:36:27 +00:00
zone-containers.h [stl] Fix ZonePriorityQueue wrapper. 2015-06-11 05:15:04 +00:00
zone.cc Fix DCHECK with unsigned int in zone.cc. 2015-04-17 09:06:45 +00:00
zone.h Replace OVERRIDE->override and FINAL->final since we now require C++11. 2015-04-20 13:08:14 +00:00