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

Issue 6614010: [Isolates] Merge 6700:7030 from bleeding_edge to isolates. (Closed)

Created:
9 years, 9 months ago by Dmitry Titov
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

[Isolates] Merge 6700:7030 from bleeding_edge to isolates. Committed: http://code.google.com/p/v8/source/detail?r=7034

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19287 lines, -8343 lines) Patch
M .gitignore View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ChangeLog View 1 2 chunks +103 lines, -2 lines 0 comments Download
M MERGE View 1 1 chunk +1 line, -1 line 0 comments Download
M SConstruct View 1 6 chunks +5 lines, -14 lines 0 comments Download
M samples/shell.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/SConscript View 1 4 chunks +5 lines, -1 line 0 comments Download
M src/accessors.cc View 1 2 chunks +15 lines, -0 lines 0 comments Download
M src/api.cc View 1 6 chunks +45 lines, -25 lines 0 comments Download
M src/arguments.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm/assembler-arm.h View 1 9 chunks +32 lines, -6 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 10 chunks +150 lines, -18 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 3 chunks +56 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 5 chunks +70 lines, -19 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 36 chunks +1149 lines, -264 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 18 chunks +45 lines, -20 lines 0 comments Download
M src/arm/constants-arm.h View 1 4 chunks +10 lines, -0 lines 0 comments Download
M src/arm/cpu-arm.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 7 chunks +202 lines, -17 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 39 chunks +816 lines, -229 lines 0 comments Download
M src/arm/ic-arm.cc View 1 10 chunks +113 lines, -27 lines 0 comments Download
M src/arm/lithium-arm.h View 1 12 chunks +98 lines, -36 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 21 chunks +130 lines, -48 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 7 chunks +38 lines, -51 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 48 chunks +368 lines, -390 lines 0 comments Download
A + src/arm/lithium-gap-resolver-arm.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/arm/lithium-gap-resolver-arm.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 13 chunks +89 lines, -13 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 17 chunks +312 lines, -28 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 3 chunks +41 lines, -32 lines 0 comments Download
M src/arm/simulator-arm.h View 1 2 chunks +11 lines, -4 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 10 chunks +49 lines, -16 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 8 chunks +95 lines, -24 lines 0 comments Download
M src/arm/virtual-frame-arm.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 1 2 chunks +12 lines, -5 lines 0 comments Download
M src/array.js View 1 4 chunks +5 lines, -14 lines 0 comments Download
M src/assembler.h View 1 3 chunks +32 lines, -13 lines 0 comments Download
M src/assembler.cc View 1 5 chunks +40 lines, -3 lines 0 comments Download
M src/ast.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/bignum.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download
M src/bootstrapper.cc View 1 11 chunks +28 lines, -27 lines 0 comments Download
M src/builtins.h View 1 3 chunks +132 lines, -65 lines 0 comments Download
M src/builtins.cc View 1 4 chunks +43 lines, -5 lines 0 comments Download
M src/code-stubs.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M src/code-stubs.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download
M src/codegen.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M src/compiler.cc View 1 11 chunks +47 lines, -58 lines 0 comments Download
M src/cpu-profiler.h View 1 9 chunks +16 lines, -32 lines 0 comments Download
M src/cpu-profiler.cc View 1 11 chunks +38 lines, -108 lines 0 comments Download
M src/cpu-profiler-inl.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M src/d8.cc View 1 3 chunks +9 lines, -1 line 0 comments Download
M src/d8.js View 1 9 chunks +618 lines, -0 lines 0 comments Download
M src/date.js View 1 1 chunk +1 line, -6 lines 0 comments Download
M src/debug.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M src/debug-debugger.js View 1 5 chunks +121 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M src/execution.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/execution.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/factory.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 8 chunks +14 lines, -7 lines 0 comments Download
M src/frame-element.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 6 chunks +13 lines, -41 lines 0 comments Download
M src/full-codegen.cc View 1 1 chunk +4 lines, -16 lines 0 comments Download
M src/gdb-jit.cc View 1 14 chunks +97 lines, -42 lines 0 comments Download
M src/handles.h View 1 6 chunks +26 lines, -5 lines 0 comments Download
M src/handles.cc View 1 3 chunks +38 lines, -29 lines 0 comments Download
M src/handles-inl.h View 1 3 chunks +26 lines, -3 lines 0 comments Download
M src/heap.h View 1 7 chunks +66 lines, -4 lines 0 comments Download
M src/heap.cc View 1 9 chunks +182 lines, -30 lines 0 comments Download
M src/heap-profiler.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/heap-profiler.cc View 1 8 chunks +27 lines, -18 lines 0 comments Download
M src/hydrogen.h View 1 16 chunks +119 lines, -109 lines 0 comments Download
M src/hydrogen.cc View 1 89 chunks +830 lines, -749 lines 0 comments Download
M src/hydrogen-instructions.h View 1 117 chunks +732 lines, -442 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 28 chunks +169 lines, -139 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 7 chunks +33 lines, -30 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 chunks +15 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 3 chunks +32 lines, -10 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 11 chunks +134 lines, -88 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 16 chunks +47 lines, -24 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 4 chunks +38 lines, -34 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 34 chunks +168 lines, -309 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 10 chunks +40 lines, -32 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 6 chunks +25 lines, -10 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 62 chunks +274 lines, -110 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 18 chunks +176 lines, -64 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 22 chunks +130 lines, -40 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 3 chunks +19 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 5 chunks +115 lines, -11 lines 0 comments Download
M src/ia32/simulator-ia32.h View 1 1 chunk +8 lines, -3 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 7 chunks +55 lines, -11 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 1 4 chunks +28 lines, -5 lines 0 comments Download
M src/ic.h View 1 8 chunks +53 lines, -7 lines 0 comments Download
M src/ic.cc View 1 29 chunks +151 lines, -91 lines 0 comments Download
M src/ic-inl.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/isolate.h View 1 3 chunks +15 lines, -6 lines 0 comments Download
M src/isolate.cc View 1 3 chunks +0 lines, -3 lines 0 comments Download
M src/lithium.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M src/lithium-allocator.h View 1 2 chunks +0 lines, -2 lines 0 comments Download
M src/lithium-allocator.cc View 1 2 chunks +15 lines, -5 lines 0 comments Download
M src/liveedit.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/liveobjectlist.h View 1 1 chunk +245 lines, -35 lines 0 comments Download
M src/liveobjectlist.cc View 1 2 chunks +2475 lines, -1 line 0 comments Download
M src/liveobjectlist-inl.h View 1 1 chunk +90 lines, -0 lines 0 comments Download
M src/log.h View 1 4 chunks +14 lines, -15 lines 0 comments Download
M src/log.cc View 1 14 chunks +66 lines, -91 lines 0 comments Download
M src/log-utils.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/macro-assembler.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 9 chunks +19 lines, -14 lines 0 comments Download
M src/math.js View 1 1 chunk +1 line, -1 line 0 comments Download
M src/messages.js View 1 2 chunks +8 lines, -2 lines 0 comments Download
M src/objects.h View 1 11 chunks +71 lines, -9 lines 0 comments Download
M src/objects.cc View 1 29 chunks +179 lines, -53 lines 0 comments Download
M src/objects-debug.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 4 chunks +27 lines, -3 lines 0 comments Download
D src/oprofile-agent.h View 1 1 chunk +0 lines, -77 lines 0 comments Download
D src/oprofile-agent.cc View 1 1 chunk +0 lines, -108 lines 0 comments Download
M src/parser.cc View 1 9 chunks +89 lines, -34 lines 0 comments Download
M src/platform.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + src/platform-cygwin.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/platform-freebsd.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/platform-linux.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/platform-macos.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/platform-openbsd.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/platform-solaris.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/platform-win32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/profile-generator.h View 1 12 chunks +131 lines, -65 lines 0 comments Download
M src/profile-generator.cc View 1 32 chunks +471 lines, -414 lines 0 comments Download
M src/profile-generator-inl.h View 1 3 chunks +1 line, -38 lines 0 comments Download
M src/regexp-macro-assembler.cc View 1 1 chunk +1 line, -5 lines 0 comments Download
M src/runtime.h View 1 6 chunks +23 lines, -7 lines 0 comments Download
M src/runtime.cc View 1 50 chunks +935 lines, -410 lines 0 comments Download
M src/runtime.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime-profiler.h View 1 3 chunks +4 lines, -6 lines 0 comments Download
M src/runtime-profiler.cc View 1 6 chunks +33 lines, -28 lines 0 comments Download
M src/scanner.cc View 1 2 chunks +8 lines, -5 lines 0 comments Download
M src/serialize.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/string.js View 1 3 chunks +7 lines, -12 lines 0 comments Download
M src/stub-cache.h View 1 5 chunks +36 lines, -11 lines 0 comments Download
M src/stub-cache.cc View 1 12 chunks +85 lines, -32 lines 0 comments Download
M src/top.cc View 1 12 chunks +83 lines, -36 lines 0 comments Download
M src/v8.cc View 1 2 chunks +13 lines, -0 lines 0 comments Download
M src/v8-counters.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/v8natives.js View 1 4 chunks +11 lines, -7 lines 0 comments Download
M src/version.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/virtual-frame-heavy-inl.h View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/x64/assembler-x64.h View 1 6 chunks +17 lines, -6 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 4 chunks +30 lines, -8 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 5 chunks +79 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 5 chunks +63 lines, -20 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 29 chunks +620 lines, -253 lines 0 comments Download
M src/x64/codegen-x64.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 17 chunks +40 lines, -24 lines 0 comments Download
M src/x64/codegen-x64-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/cpu-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/debug-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 2 chunks +189 lines, -9 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 2 chunks +8 lines, -4 lines 0 comments Download
M src/x64/frames-x64.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/frames-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 1 33 chunks +380 lines, -153 lines 0 comments Download
M src/x64/ic-x64.cc View 1 12 chunks +74 lines, -33 lines 0 comments Download
M src/x64/jump-target-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 8 chunks +22 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 35 chunks +1187 lines, -119 lines 0 comments Download
M src/x64/lithium-x64.h View 1 19 chunks +175 lines, -48 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 27 chunks +258 lines, -81 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 12 chunks +56 lines, -12 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 15 chunks +180 lines, -18 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/simulator-x64.h View 1 2 chunks +7 lines, -4 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 7 chunks +54 lines, -9 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 3 chunks +7 lines, -4 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 4 chunks +31 lines, -6 lines 0 comments Download
M test/cctest/cctest.status View 1 1 chunk +0 lines, -33 lines 0 comments Download
M test/cctest/test-api.cc View 1 10 chunks +331 lines, -4 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 4 chunks +3 lines, -7 lines 0 comments Download
M test/cctest/test-debug.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M test/cctest/test-decls.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-heap.cc View 1 10 chunks +37 lines, -22 lines 0 comments Download
M test/cctest/test-log.cc View 1 2 chunks +4 lines, -19 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 5 chunks +15 lines, -17 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 2 chunks +7 lines, -5 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 1 chunk +7 lines, -4 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M test/es5conform/es5conform.status View 1 4 chunks +10 lines, -129 lines 0 comments Download
M test/mjsunit/array-concat.js View 1 2 chunks +43 lines, -1 line 0 comments Download
M test/mjsunit/array-join.js View 1 1 chunk +25 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/regress-arguments.js View 1 1 chunk +4 lines, -1 line 0 comments Download
A + test/mjsunit/compiler/regress-valueof.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 1 chunk +2 lines, -1 line 0 comments Download
A + test/mjsunit/indexed-value-properties.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/mjsunit.js View 1 1 chunk +7 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 1 chunk +4 lines, -18 lines 0 comments Download
A + test/mjsunit/override-eval-with-non-function.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regexp.js View 1 1 chunk +14 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-1106.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1126.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1129.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1130.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1131.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1132.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1145.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1146.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1149.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1150.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1151.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1156.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1160.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1166.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1167.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1170.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1172.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1172-bis.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1174.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1176.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1181.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1184.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1207.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1209.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1210.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1213.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1218.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-72736.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/strict-mode.js View 1 4 chunks +508 lines, -16 lines 0 comments Download
M test/mjsunit/tools/codemap.js View 1 7 chunks +7 lines, -7 lines 0 comments Download
M test/mjsunit/tools/csvparser.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/tools/profile.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/tools/profile_view.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/tools/splaytree.js View 1 9 chunks +9 lines, -9 lines 0 comments Download
M test/mjsunit/tools/tickprocessor-test-func-info.log View 1 1 chunk +4 lines, -6 lines 0 comments Download
M test/sputnik/README View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/sputnik/sputnik.status View 1 2 chunks +33 lines, -16 lines 0 comments Download
M test/sputnik/testcfg.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M tools/codemap.js View 1 15 chunks +32 lines, -37 lines 0 comments Download
M tools/csvparser.js View 1 3 chunks +6 lines, -11 lines 0 comments Download
A + tools/disasm.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/grokdump.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 chunks +2 lines, -2 lines 0 comments Download
D tools/linux-tick-processor.py View 1 1 chunk +0 lines, -78 lines 0 comments Download
M tools/ll_prof.py View 1 7 chunks +23 lines, -59 lines 0 comments Download
M tools/logreader.js View 1 10 chunks +10 lines, -14 lines 0 comments Download
D tools/oprofile/annotate View 1 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/common View 1 1 chunk +0 lines, -19 lines 0 comments Download
D tools/oprofile/dump View 1 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/report View 1 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/reset View 1 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/run View 1 1 chunk +0 lines, -14 lines 0 comments Download
D tools/oprofile/shutdown View 1 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/start View 1 1 chunk +0 lines, -7 lines 0 comments Download
M tools/profile.js View 1 38 chunks +172 lines, -112 lines 0 comments Download
M tools/profile_view.js View 1 13 chunks +28 lines, -33 lines 0 comments Download
M tools/splaytree.js View 1 14 chunks +27 lines, -33 lines 0 comments Download
D tools/splaytree.py View 1 1 chunk +0 lines, -226 lines 0 comments Download
M tools/tickprocessor.js View 1 12 chunks +62 lines, -53 lines 0 comments Download
D tools/tickprocessor.py View 1 1 chunk +0 lines, -571 lines 0 comments Download
M tools/utils.py View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 1 14 chunks +8 lines, -12 lines 0 comments Download
M tools/visual_studio/common.vsprops View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 1 chunk +0 lines, -8 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 1 1 chunk +0 lines, -8 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 1 1 chunk +0 lines, -8 lines 0 comments Download
D tools/windows-tick-processor.py View 1 1 chunk +0 lines, -137 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Dmitry Titov
9 years, 9 months ago (2011-03-03 07:38:04 UTC) #1
TBR=vitalyr

Bulk of this was just merge.

r6794 (http://codereview.chromium.org/6489001) changed the way the call frame is
generated for regexps, so I've added pushing additional parameter in
RegExpExecStub::Generate(..) for all 3 platforms.

Run tests on ia32, x64, arm and lint.

Powered by Google App Engine
This is Rietveld 408576698