Rename "parallel recompilation" to "concurrent recompilation".
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 22 Aug 2013 16:14:37 +0000 (16:14 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 22 Aug 2013 16:14:37 +0000 (16:14 +0000)
commitbe48c5ae267affe16d408d39dea89e23730e9891
tree5eea00655c6f4b616b9142f7c486122927268b27
parenta8e5b658fc2a1498da4757495fa4a25e9a1a63a1
Rename "parallel recompilation" to "concurrent recompilation".

Also introduced macros for flag aliases for temporary backwards compatibility.

R=hpayer@chromium.org
BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16280 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
47 files changed:
src/arm/builtins-arm.cc
src/builtins.h
src/compiler.cc
src/compiler.h
src/debug.cc
src/flag-definitions.h
src/heap.cc
src/heap.h
src/hydrogen-instructions.h
src/hydrogen.cc
src/ia32/builtins-ia32.cc
src/isolate.cc
src/log.cc
src/log.h
src/mips/builtins-mips.cc
src/objects-inl.h
src/objects.cc
src/objects.h
src/optimizing-compiler-thread.cc
src/optimizing-compiler-thread.h
src/runtime-profiler.cc
src/runtime.cc
src/runtime.h
src/types.h
src/v8.cc
src/x64/builtins-x64.cc
test/cctest/test-deoptimization.cc
test/cctest/test-heap.cc
test/cctest/test-mark-compact.cc
test/mjsunit/assert-opt-and-deopt.js
test/mjsunit/compiler/parallel-proto-change.js
test/mjsunit/fuzz-natives-part1.js
test/mjsunit/fuzz-natives-part2.js
test/mjsunit/fuzz-natives-part3.js
test/mjsunit/fuzz-natives-part4.js
test/mjsunit/manual-parallel-recompile.js
test/mjsunit/mjsunit.js
test/mjsunit/parallel-initial-prototype-change.js
test/mjsunit/parallel-invalidate-transition-map.js
test/mjsunit/parallel-optimize-disabled.js
test/mjsunit/regress/regress-debug-deopt-while-recompile.js
test/mjsunit/regress/regress-embedded-cons-string.js
test/mjsunit/regress/regress-opt-after-debug-deopt.js
test/mjsunit/regress/regress-prepare-break-while-recompile.js
test/mjsunit/tools/profviz-test.log
tools/profviz/composer.js
tools/run-deopt-fuzzer.py