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

Issue 7060010: Merge bleeding edge into the GC branch up to 7948. The asserts (Closed)

Created:
9 years, 7 months ago by Erik Corry
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Merge bleeding edge into the GC branch up to 7948. The asserts around generating stubs while generating stubs have been beefed up on the bleeding edge, which exposed a major bug in the way we are doing this on the GC branch. That assert has been disabled for now, but must be fixed asap. Committed: http://code.google.com/p/v8/source/detail?r=8027

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32182 lines, -12499 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +44 lines, -0 lines 0 comments Download
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 24 chunks +93 lines, -41 lines 0 comments Download
M include/v8-debug.h View 5 chunks +7 lines, -6 lines 0 comments Download
M include/v8-preparser.h View 1 chunk +2 lines, -1 line 0 comments Download
M include/v8-profiler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M preparser/preparser-process.cc View 5 chunks +209 lines, -22 lines 0 comments Download
M samples/shell.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/SConscript View 2 chunks +0 lines, -2 lines 0 comments Download
M src/accessors.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/api.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/api.cc View 12 chunks +93 lines, -49 lines 0 comments Download
M src/arguments.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 2 chunks +0 lines, -7 lines 0 comments Download
M src/arm/assembler-arm.cc View 3 chunks +0 lines, -200 lines 0 comments Download
M src/arm/builtins-arm.cc View 4 chunks +11 lines, -21 lines 0 comments Download
M src/arm/code-stubs-arm.h View 4 chunks +77 lines, -6 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 16 chunks +422 lines, -71 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 2 chunks +35 lines, -18 lines 0 comments Download
M src/arm/disasm-arm.cc View 2 chunks +11 lines, -8 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +0 lines, -19 lines 0 comments Download
M src/arm/ic-arm.cc View 8 chunks +45 lines, -83 lines 0 comments Download
M src/arm/lithium-arm.h View 7 chunks +94 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 11 chunks +65 lines, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 6 chunks +204 lines, -47 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 4 chunks +26 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 7 chunks +72 lines, -6 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/simulator-arm.h View 4 chunks +8 lines, -5 lines 0 comments Download
M src/arm/simulator-arm.cc View 2 chunks +9 lines, -12 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 20 chunks +319 lines, -209 lines 0 comments Download
M src/assembler.h View 8 chunks +35 lines, -60 lines 0 comments Download
M src/assembler.cc View 2 chunks +26 lines, -0 lines 0 comments Download
M src/ast.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/bootstrapper.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 7 chunks +24 lines, -12 lines 0 comments Download
M src/builtins.h View 2 chunks +117 lines, -110 lines 0 comments Download
M src/builtins.cc View 4 chunks +25 lines, -3 lines 0 comments Download
M src/code.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/code-stubs.h View 5 chunks +90 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 4 chunks +25 lines, -1 line 0 comments Download
M src/compiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 3 chunks +25 lines, -31 lines 0 comments Download
M src/contexts.h View 3 chunks +8 lines, -1 line 0 comments Download
M src/contexts.cc View 2 chunks +22 lines, -1 line 0 comments Download
M src/cpu.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/cpu-profiler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/d8.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/data-flow.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/dateparser.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/disassembler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/execution.h View 4 chunks +6 lines, -2 lines 0 comments Download
M src/execution.cc View 7 chunks +44 lines, -10 lines 0 comments Download
M src/extensions/experimental/experimental.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/extensions/experimental/i18n.js View 2 chunks +119 lines, -55 lines 0 comments Download
M src/extensions/experimental/i18n-extension.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/extensions/experimental/i18n-locale.h View 1 chunk +14 lines, -7 lines 0 comments Download
M src/extensions/experimental/i18n-locale.cc View 1 chunk +53 lines, -113 lines 0 comments Download
A + src/extensions/experimental/i18n-utils.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/extensions/experimental/i18n-utils.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/extensions/experimental/language-matcher.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/extensions/experimental/language-matcher.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 3 chunks +6 lines, -6 lines 0 comments Download
D src/frame-element.h View 1 chunk +0 lines, -269 lines 0 comments Download
D src/frame-element.cc View 1 chunk +0 lines, -37 lines 0 comments Download
M src/frames.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/full-codegen.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/gdb-jit.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/global-handles.h View 4 chunks +14 lines, -1 line 0 comments Download
M src/global-handles.cc View 11 chunks +74 lines, -2 lines 0 comments Download
M src/handles.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/handles.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/heap.h View 6 chunks +25 lines, -28 lines 0 comments Download
M src/heap.cc View 9 chunks +52 lines, -9 lines 0 comments Download
M src/heap-profiler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.h View 15 chunks +54 lines, -12 lines 0 comments Download
M src/hydrogen.cc View 64 chunks +515 lines, -412 lines 0 comments Download
M src/hydrogen-instructions.h View 17 chunks +155 lines, -26 lines 0 comments Download
M src/hydrogen-instructions.cc View 8 chunks +103 lines, -29 lines 0 comments Download
M src/ia32/assembler-ia32.h View 6 chunks +9 lines, -31 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 173 chunks +25 lines, -405 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 9 chunks +20 lines, -28 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 4 chunks +97 lines, -10 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 128 chunks +647 lines, -401 lines 0 comments Download
M src/ia32/frames-ia32.h View 2 chunks +5 lines, -3 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 41 chunks +81 lines, -83 lines 0 comments Download
M src/ia32/ic-ia32.cc View 37 chunks +106 lines, -127 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 60 chunks +316 lines, -191 lines 0 comments Download
M src/ia32/lithium-ia32.h View 6 chunks +95 lines, -6 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 12 chunks +69 lines, -14 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 10 chunks +69 lines, -96 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 32 chunks +154 lines, -102 lines 0 comments Download
M src/ia32/macro-assembler-ia32-inl.h View 5 chunks +30 lines, -30 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 9 chunks +12 lines, -13 lines 0 comments Download
M src/ia32/simulator-ia32.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 61 chunks +358 lines, -247 lines 0 comments Download
M src/ic.h View 9 chunks +118 lines, -27 lines 0 comments Download
M src/ic.cc View 15 chunks +424 lines, -51 lines 0 comments Download
M src/isolate.h View 6 chunks +14 lines, -1 line 0 comments Download
M src/isolate.cc View 14 chunks +960 lines, -7 lines 0 comments Download
M src/jsregexp.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/jsregexp.cc View 2 chunks +15 lines, -1 line 0 comments Download
M src/list.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/lithium.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/lithium.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M src/lithium-allocator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/liveedit.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/liveedit.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/log.h View 3 chunks +47 lines, -44 lines 0 comments Download
M src/log.cc View 3 chunks +1 line, -9 lines 0 comments Download
M src/log-utils.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/macros.py View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M src/messages.js View 2 chunks +3 lines, -1 line 0 comments Download
M src/mips/assembler-mips.h View 19 chunks +122 lines, -50 lines 0 comments Download
M src/mips/assembler-mips.cc View 30 chunks +179 lines, -312 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 7 chunks +13 lines, -9 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +1491 lines, -21 lines 0 comments Download
M src/mips/code-stubs-mips.h View 10 chunks +328 lines, -157 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 20 chunks +6045 lines, -177 lines 0 comments Download
M src/mips/codegen-mips.h View 4 chunks +4 lines, -527 lines 0 comments Download
M src/mips/codegen-mips.cc View 3 chunks +2 lines, -1163 lines 0 comments Download
D src/mips/codegen-mips-inl.h View 1 chunk +0 lines, -64 lines 0 comments Download
M src/mips/constants-mips.h View 9 chunks +19 lines, -16 lines 0 comments Download
M src/mips/constants-mips.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M src/mips/cpu-mips.cc View 2 chunks +13 lines, -7 lines 0 comments Download
M src/mips/debug-mips.cc View 3 chunks +178 lines, -25 lines 0 comments Download
M src/mips/disasm-mips.cc View 24 chunks +139 lines, -112 lines 0 comments Download
M src/mips/frames-mips.h View 3 chunks +13 lines, -10 lines 0 comments Download
M src/mips/frames-mips.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 8 chunks +3809 lines, -142 lines 0 comments Download
M src/mips/ic-mips.cc View 5 chunks +1354 lines, -58 lines 0 comments Download
D src/mips/jump-target-mips.cc View 1 chunk +0 lines, -80 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-mips.h View 4 chunks +8 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 31 chunks +201 lines, -68 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 60 chunks +750 lines, -210 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.h View 6 chunks +7 lines, -5 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 13 chunks +861 lines, -88 lines 0 comments Download
D src/mips/register-allocator-mips.h View 1 chunk +0 lines, -47 lines 0 comments Download
D src/mips/register-allocator-mips.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D src/mips/register-allocator-mips-inl.h View 1 chunk +0 lines, -134 lines 0 comments Download
M src/mips/simulator-mips.h View 11 chunks +25 lines, -22 lines 0 comments Download
M src/mips/simulator-mips.cc View 66 chunks +172 lines, -155 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 39 chunks +3618 lines, -116 lines 0 comments Download
D src/mips/virtual-frame-mips.h View 1 chunk +0 lines, -530 lines 0 comments Download
D src/mips/virtual-frame-mips.cc View 1 chunk +0 lines, -307 lines 0 comments Download
D src/mips/virtual-frame-mips-inl.h View 1 chunk +0 lines, -58 lines 0 comments Download
MM src/mirror-debugger.js View 1 chunk +6 lines, -5 lines 0 comments Download
MM src/objects.h View 20 chunks +82 lines, -20 lines 0 comments Download
M src/objects.cc View 17 chunks +87 lines, -44 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/objects-inl.h View 7 chunks +26 lines, -3 lines 0 comments Download
M src/objects-printer.cc View 3 chunks +13 lines, -1 line 0 comments Download
M src/objects-visiting.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects-visiting.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/parser.h View 3 chunks +4 lines, -0 lines 0 comments Download
M src/parser.cc View 7 chunks +36 lines, -11 lines 0 comments Download
M src/platform-freebsd.cc View 4 chunks +6 lines, -30 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/preparse-data.h View 2 chunks +4 lines, -29 lines 0 comments Download
M src/preparse-data.cc View 1 chunk +1 line, -0 lines 0 comments Download
A + src/preparse-data-format.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/preparser.h View 9 chunks +26 lines, -5 lines 0 comments Download
M src/preparser.cc View 6 chunks +47 lines, -4 lines 0 comments Download
M src/preparser-api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/prettyprinter.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/profile-generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/property.h View 5 chunks +19 lines, -9 lines 0 comments Download
M src/property.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/proxy.js View 1 chunk +55 lines, -0 lines 0 comments Download
M src/regexp-macro-assembler.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/regexp-macro-assembler.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.h View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler-irregexp.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-tracer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 3 chunks +7 lines, -0 lines 0 comments Download
MM src/runtime.cc View 6 chunks +78 lines, -13 lines 0 comments Download
M src/runtime.js View 1 chunk +1 line, -1 line 0 comments Download
M src/safepoint-table.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/scanner-base.h View 6 chunks +22 lines, -14 lines 0 comments Download
M src/scanner-base.cc View 6 chunks +32 lines, -26 lines 0 comments Download
M src/scopeinfo.h View 4 chunks +6 lines, -1 line 0 comments Download
M src/scopeinfo.cc View 7 chunks +20 lines, -5 lines 0 comments Download
M src/scopes.h View 6 chunks +19 lines, -1 line 0 comments Download
M src/scopes.cc View 6 chunks +34 lines, -4 lines 0 comments Download
M src/spaces.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/spaces.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/splay-tree.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/stub-cache.h View 8 chunks +60 lines, -20 lines 0 comments Download
M src/stub-cache.cc View 8 chunks +113 lines, -142 lines 0 comments Download
D src/top.cc View 1 chunk +0 lines, -977 lines 0 comments Download
M src/type-info.h View 3 chunks +2 lines, -26 lines 0 comments Download
M src/type-info.cc View 6 chunks +24 lines, -7 lines 0 comments Download
M src/unbound-queue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/uri.js View 2 chunks +8 lines, -2 lines 0 comments Download
M src/v8-counters.h View 3 chunks +4 lines, -1 line 0 comments Download
M src/v8globals.h View 5 chunks +23 lines, -7 lines 0 comments Download
M src/v8natives.js View 4 chunks +3 lines, -14 lines 0 comments Download
M src/v8threads.cc View 8 chunks +69 lines, -58 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/vm-state.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 4 chunks +5 lines, -25 lines 0 comments Download
M src/x64/assembler-x64.cc View 7 chunks +38 lines, -54 lines 0 comments Download
M src/x64/builtins-x64.cc View 4 chunks +13 lines, -20 lines 0 comments Download
M src/x64/code-stubs-x64.h View 4 chunks +97 lines, -9 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 66 chunks +522 lines, -207 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 27 chunks +59 lines, -70 lines 0 comments Download
M src/x64/ic-x64.cc View 10 chunks +48 lines, -76 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 56 chunks +297 lines, -163 lines 0 comments Download
M src/x64/lithium-x64.h View 8 chunks +99 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.cc View 11 chunks +68 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 19 chunks +86 lines, -809 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 34 chunks +829 lines, -40 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/x64/simulator-x64.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 16 chunks +309 lines, -183 lines 0 comments Download
M src/zone.h View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/SConscript View 3 chunks +3 lines, -2 lines 0 comments Download
M test/cctest/cctest.h View 1 chunk +5 lines, -1 line 0 comments Download
M test/cctest/cctest.gyp View 4 chunks +7 lines, -2 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-api.cc View 15 chunks +421 lines, -79 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 23 chunks +60 lines, -60 lines 0 comments Download
M test/cctest/test-compiler.cc View 2 chunks +50 lines, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 2 chunks +207 lines, -4 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +0 lines, -5 lines 0 comments Download
A + test/cctest/test-disasm-mips.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/cctest/test-lockers.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 1 chunk +22 lines, -14 lines 0 comments Download
D test/cctest/test-type-info.cc View 1 chunk +0 lines, -56 lines 0 comments Download
A + test/mjsunit/assert-opt-and-deopt.js View 2 chunks +1 line, -5 lines 0 comments Download
A + test/mjsunit/compiler/eval-introduced-closure.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/compiler/regress-1085.js View 1 chunk +4 lines, -1 line 0 comments Download
A + test/mjsunit/compiler/regress-1394.js View 0 chunks +-1 lines, --1 lines 0 comments Download
D test/mjsunit/execScript-case-insensitive.js View 1 chunk +0 lines, -34 lines 0 comments Download
M test/mjsunit/external-array.js View 4 chunks +117 lines, -11 lines 0 comments Download
M test/mjsunit/function-names.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/limit-locals.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-1118.js View 2 chunks +18 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-1210.js View 1 chunk +1 line, -1 line 0 comments Download
D test/mjsunit/regress/regress-1341167.js View 1 chunk +0 lines, -33 lines 0 comments Download
A + test/mjsunit/regress/regress-1369.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1383.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1389.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-82769.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/non-use-strict-hex-escape.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/non-use-strict-octal-escape.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/non-use-strict-uhex-escape.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/preparser.expectation View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/preparser.status View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/strict-octal-indirect-regexp.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/strict-octal-number.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/strict-octal-regexp.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/strict-octal-string.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/strict-octal-use-strict-after.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/preparser/strict-octal-use-strict-before.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/preparser/testcfg.py View 4 chunks +31 lines, -3 lines 0 comments Download
A + tools/gcmole/gccause.lua View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/gcmole/gcmole.cc View 6 chunks +930 lines, -164 lines 0 comments Download
M tools/gcmole/gcmole.lua View 9 chunks +158 lines, -55 lines 0 comments Download
M tools/gyp/v8.gyp View 4 chunks +2 lines, -5 lines 0 comments Download
M tools/ll_prof.py View 4 chunks +9 lines, -4 lines 0 comments Download
M tools/test.py View 5 chunks +14 lines, -10 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 8 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 7 months ago (2011-05-23 12:51:41 UTC) #1
Lasse Reichstein
9 years, 7 months ago (2011-05-23 12:57:30 UTC) #2
LGTM, Rubberstamped.
If it compiles, it works ... or was that SML, not C++?

Powered by Google App Engine
This is Rietveld 408576698