Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(904)

Issue 23014007: Rename "parallel recompilation" to "concurrent recompilation". (Closed)

Created:
7 years, 4 months ago by Yang
Modified:
7 years, 4 months ago
CC:
v8-dev, Michael Achenbach
Visibility:
Public.

Description

Rename "parallel recompilation" to "concurrent recompilation". Also introduced macros for flag aliases for temporary backwards compatibility. R=hpayer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=16280

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -228 lines) Patch
M src/arm/builtins-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/builtins.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/debug.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 6 chunks +56 lines, -18 lines 0 comments Download
M src/heap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/isolate.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/log.h View 1 chunk +1 line, -1 line 0 comments Download
M src/log.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/builtins-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 2 chunks +3 lines, -4 lines 0 comments Download
M src/objects.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M src/objects-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 chunk +1 line, -1 line 0 comments Download
M src/optimizing-compiler-thread.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M src/runtime.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M src/runtime-profiler.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/types.h View 1 chunk +1 line, -1 line 0 comments Download
M src/v8.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/x64/builtins-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 6 chunks +12 lines, -12 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/assert-opt-and-deopt.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/parallel-proto-change.js View 2 chunks +7 lines, -7 lines 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/manual-parallel-recompile.js View 2 chunks +8 lines, -8 lines 0 comments Download
M test/mjsunit/mjsunit.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/parallel-initial-prototype-change.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/parallel-invalidate-transition-map.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/parallel-optimize-disabled.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-debug-deopt-while-recompile.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-embedded-cons-string.js View 1 chunk +8 lines, -8 lines 0 comments Download
M test/mjsunit/regress/regress-opt-after-debug-deopt.js View 2 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/regress/regress-prepare-break-while-recompile.js View 3 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/tools/profviz-test.log View 26 chunks +54 lines, -54 lines 0 comments Download
M tools/profviz/composer.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/run-deopt-fuzzer.py View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
7 years, 4 months ago (2013-08-21 11:17:56 UTC) #1
Yang
Most of this CL is purely mechanical. The only non-straightforward change is in flag-definitions.h, where ...
7 years, 4 months ago (2013-08-21 11:21:39 UTC) #2
Hannes Payer (out of office)
lgtm
7 years, 4 months ago (2013-08-22 14:47:20 UTC) #3
Yang
7 years, 4 months ago (2013-08-22 16:15:24 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r16280.

Powered by Google App Engine
This is Rietveld 408576698