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

Issue 6685088: Merge isolates to bleeding_edge. (Closed)

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

Description

Merge isolates to bleeding_edge. Committed: http://code.google.com/p/v8/source/detail?r=7268

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17075 lines, -13427 lines) Patch
M AUTHORS View 1 1 chunk +2 lines, -1 line 0 comments Download
M SConstruct View 1 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 1 11 chunks +130 lines, -15 lines 0 comments Download
M include/v8-debug.h View 1 2 chunks +16 lines, -10 lines 0 comments Download
M samples/shell.cc View 1 5 chunks +214 lines, -45 lines 0 comments Download
M src/SConscript View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/accessors.cc View 1 20 chunks +41 lines, -37 lines 0 comments Download
M src/allocation.h View 1 2 chunks +17 lines, -30 lines 0 comments Download
M src/allocation.cc View 1 4 chunks +46 lines, -15 lines 0 comments Download
A + src/allocation-inl.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/api.h View 1 4 chunks +76 lines, -12 lines 0 comments Download
M src/api.cc View 1 222 chunks +1160 lines, -789 lines 0 comments Download
M src/apiutils.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/arguments.h View 1 3 chunks +6 lines, -4 lines 0 comments Download
M src/arm/assembler-arm.h View 1 3 chunks +26 lines, -13 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 42 chunks +54 lines, -50 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 3 chunks +7 lines, -6 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 16 chunks +24 lines, -21 lines 0 comments Download
M src/arm/codegen-arm.h View 1 2 chunks +4 lines, -5 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 56 chunks +77 lines, -69 lines 0 comments Download
M src/arm/cpu-arm.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/arm/debug-arm.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/arm/frames-arm.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 31 chunks +58 lines, -43 lines 0 comments Download
M src/arm/ic-arm.cc View 1 18 chunks +27 lines, -22 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 3 chunks +7 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 27 chunks +69 lines, -31 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 3 chunks +7 lines, -4 lines 0 comments Download
M src/arm/simulator-arm.h View 1 9 chunks +25 lines, -22 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 28 chunks +77 lines, -71 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 53 chunks +81 lines, -69 lines 0 comments Download
M src/arm/virtual-frame-arm.h View 1 2 chunks +10 lines, -7 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 1 7 chunks +9 lines, -9 lines 0 comments Download
M src/assembler.h View 1 5 chunks +20 lines, -12 lines 0 comments Download
M src/assembler.cc View 1 9 chunks +42 lines, -31 lines 0 comments Download
M src/ast.h View 1 13 chunks +61 lines, -35 lines 0 comments Download
M src/ast.cc View 1 6 chunks +13 lines, -12 lines 0 comments Download
M src/bootstrapper.h View 1 1 chunk +94 lines, -27 lines 0 comments Download
M src/bootstrapper.cc View 1 72 chunks +314 lines, -351 lines 0 comments Download
M src/builtins.h View 1 4 chunks +30 lines, -15 lines 0 comments Download
M src/builtins.cc View 1 51 chunks +295 lines, -225 lines 0 comments Download
M src/checks.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 1 7 chunks +15 lines, -14 lines 0 comments Download
M src/codegen.h View 1 1 chunk +9 lines, -9 lines 0 comments Download
M src/codegen.cc View 1 9 chunks +14 lines, -14 lines 0 comments Download
M src/compilation-cache.h View 1 2 chunks +195 lines, -30 lines 0 comments Download
M src/compilation-cache.cc View 1 22 chunks +79 lines, -190 lines 0 comments Download
M src/compiler.h View 1 3 chunks +9 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 24 chunks +79 lines, -58 lines 0 comments Download
M src/contexts.h View 1 2 chunks +3 lines, -8 lines 0 comments Download
M src/contexts.cc View 1 10 chunks +22 lines, -15 lines 0 comments Download
M src/conversions.cc View 1 19 chunks +86 lines, -30 lines 0 comments Download
M src/counters.h View 1 5 chunks +28 lines, -16 lines 0 comments Download
M src/counters.cc View 1 2 chunks +19 lines, -4 lines 0 comments Download
M src/cpu-profiler.h View 1 5 chunks +17 lines, -9 lines 0 comments Download
M src/cpu-profiler.cc View 1 15 chunks +59 lines, -53 lines 0 comments Download
M src/d8.cc View 1 5 chunks +15 lines, -11 lines 0 comments Download
M src/d8-debug.h View 1 4 chunks +7 lines, -6 lines 0 comments Download
M src/d8-debug.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/data-flow.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/date.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/dateparser.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M src/debug.h View 1 17 chunks +241 lines, -215 lines 0 comments Download
M src/debug.cc View 1 78 chunks +304 lines, -218 lines 0 comments Download
M src/debug-agent.h View 1 4 chunks +9 lines, -11 lines 0 comments Download
M src/debug-agent.cc View 1 3 chunks +10 lines, -9 lines 0 comments Download
M src/debug-debugger.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/disasm.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/disassembler.cc View 1 3 chunks +10 lines, -9 lines 0 comments Download
M src/execution.h View 1 4 chunks +46 lines, -77 lines 0 comments Download
M src/execution.cc View 1 26 chunks +167 lines, -126 lines 0 comments Download
M src/extensions/externalize-string-extension.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/extensions/gc-extension.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 1 5 chunks +156 lines, -153 lines 0 comments Download
M src/factory.cc View 1 32 chunks +239 lines, -138 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/frame-element.h View 1 3 chunks +8 lines, -16 lines 0 comments Download
M src/frame-element.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/frames.h View 1 10 chunks +35 lines, -18 lines 0 comments Download
M src/frames.cc View 1 23 chunks +54 lines, -39 lines 0 comments Download
M src/frames-inl.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 4 chunks +6 lines, -1 line 0 comments Download
M src/full-codegen.cc View 1 7 chunks +10 lines, -7 lines 0 comments Download
M src/func-name-inferrer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/func-name-inferrer.cc View 1 3 chunks +7 lines, -6 lines 0 comments Download
M src/gdb-jit.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/global-handles.h View 1 5 chunks +62 lines, -43 lines 0 comments Download
M src/global-handles.cc View 1 18 chunks +68 lines, -64 lines 0 comments Download
M src/handles.h View 1 5 chunks +12 lines, -48 lines 0 comments Download
M src/handles.cc View 1 34 chunks +177 lines, -105 lines 0 comments Download
M src/handles-inl.h View 1 3 chunks +104 lines, -7 lines 0 comments Download
M src/hashmap.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
src/heap.h View 1 50 chunks +586 lines, -550 lines 0 comments Download
M src/heap.cc View 1 147 chunks +676 lines, -472 lines 0 comments Download
M src/heap-inl.h View 1 14 chunks +141 lines, -25 lines 0 comments Download
M src/heap-profiler.h View 1 7 chunks +30 lines, -23 lines 0 comments Download
M src/heap-profiler.cc View 1 16 chunks +58 lines, -50 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 4 chunks +30 lines, -16 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 50 chunks +65 lines, -62 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 5 chunks +9 lines, -8 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 36 chunks +50 lines, -44 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
src/ia32/codegen-ia32.cc View 1 102 chunks +145 lines, -136 lines 0 comments Download
M src/ia32/cpu-ia32.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
src/ia32/frames-ia32.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 66 chunks +122 lines, -105 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 28 chunks +38 lines, -34 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 33 chunks +53 lines, -39 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 3 chunks +11 lines, -6 lines 0 comments Download
M src/ia32/register-allocator-ia32.cc View 1 5 chunks +30 lines, -30 lines 0 comments Download
M src/ia32/simulator-ia32.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 83 chunks +119 lines, -107 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 1 3 chunks +7 lines, -3 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 1 10 chunks +17 lines, -11 lines 0 comments Download
M src/ic.h View 1 18 chunks +87 lines, -52 lines 0 comments Download
M src/ic.cc View 1 74 chunks +226 lines, -176 lines 0 comments Download
M src/ic-inl.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/interpreter-irregexp.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/interpreter-irregexp.cc View 1 11 chunks +25 lines, -21 lines 0 comments Download
A + src/isolate.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/isolate.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/json.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/jsregexp.h View 1 3 chunks +6 lines, -7 lines 0 comments Download
M src/jsregexp.cc View 1 40 chunks +97 lines, -75 lines 0 comments Download
M src/jump-target-heavy.h View 1 2 chunks +0 lines, -6 lines 0 comments Download
M src/jump-target-heavy.cc View 1 3 chunks +5 lines, -8 lines 0 comments Download
M src/jump-target-inl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/jump-target-light.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/lithium.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/liveedit.h View 1 1 chunk +7 lines, -2 lines 0 comments Download
M src/liveedit.cc View 1 36 chunks +85 lines, -70 lines 0 comments Download
M src/liveobjectlist.h View 1 2 chunks +9 lines, -9 lines 0 comments Download
M src/log.h View 1 5 chunks +173 lines, -108 lines 0 comments Download
M src/log.cc View 1 73 chunks +264 lines, -222 lines 0 comments Download
M src/log-utils.h View 1 7 chunks +33 lines, -36 lines 0 comments Download
M src/log-utils.cc View 1 11 chunks +122 lines, -35 lines 0 comments Download
M src/mark-compact.h View 1 14 chunks +146 lines, -74 lines 0 comments Download
M src/mark-compact.cc View 1 110 chunks +524 lines, -434 lines 0 comments Download
M src/messages.cc View 1 5 chunks +16 lines, -14 lines 0 comments Download
M src/messages.js View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mips/codegen-mips.cc View 1 7 chunks +10 lines, -8 lines 0 comments Download
M src/mips/disasm-mips.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
D src/mips/fast-codegen-mips.cc View 1 1 chunk +0 lines, -77 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/mirror-debugger.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/mksnapshot.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 17 chunks +57 lines, -26 lines 0 comments Download
M src/objects.cc View 1 259 chunks +619 lines, -508 lines 0 comments Download
M src/objects-debug.cc View 1 6 chunks +10 lines, -9 lines 0 comments Download
M src/objects-inl.h View 1 54 chunks +260 lines, -100 lines 0 comments Download
M src/parser.h View 1 8 chunks +19 lines, -10 lines 0 comments Download
M src/parser.cc View 1 59 chunks +138 lines, -136 lines 0 comments Download
M src/platform.h View 1 10 chunks +20 lines, -9 lines 0 comments Download
M src/platform-cygwin.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/platform-freebsd.cc View 1 4 chunks +11 lines, -6 lines 0 comments Download
M src/platform-linux.cc View 1 13 chunks +147 lines, -89 lines 0 comments Download
M src/platform-macos.cc View 1 9 chunks +131 lines, -78 lines 0 comments Download
M src/platform-nullos.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download
M src/platform-openbsd.cc View 1 4 chunks +11 lines, -5 lines 0 comments Download
M src/platform-posix.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/platform-solaris.cc View 1 4 chunks +11 lines, -5 lines 0 comments Download
M src/platform-win32.cc View 1 10 chunks +146 lines, -91 lines 0 comments Download
M src/preparse-data.cc View 1 1 chunk +10 lines, -1 line 0 comments Download
M src/preparser.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M src/preparser-api.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/prettyprinter.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/prettyprinter.cc View 1 5 chunks +9 lines, -19 lines 0 comments Download
M src/profile-generator.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/profile-generator.cc View 1 11 chunks +28 lines, -22 lines 0 comments Download
M src/property.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/regexp.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/regexp-macro-assembler.h View 1 2 chunks +10 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler.cc View 1 7 chunks +28 lines, -19 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler-irregexp-inl.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/regexp-stack.h View 1 3 chunks +45 lines, -21 lines 0 comments Download
M src/regexp-stack.cc View 1 3 chunks +18 lines, -10 lines 0 comments Download
M src/register-allocator.h View 1 3 chunks +5 lines, -15 lines 0 comments Download
M src/register-allocator.cc View 1 1 chunk +1 line, -7 lines 0 comments Download
M src/register-allocator-inl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/rewriter.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime.h View 1 5 chunks +72 lines, -11 lines 0 comments Download
M src/runtime.cc View 1 426 chunks +1850 lines, -1311 lines 0 comments Download
M src/scanner.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/scanner.cc View 1 3 chunks +2 lines, -5 lines 0 comments Download
M src/scopeinfo.h View 1 3 chunks +26 lines, -15 lines 0 comments Download
M src/scopeinfo.cc View 1 10 chunks +11 lines, -16 lines 0 comments Download
M src/scopes.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/scopes.cc View 1 10 chunks +20 lines, -15 lines 0 comments Download
M src/serialize.h View 1 15 chunks +41 lines, -36 lines 0 comments Download
M src/serialize.cc View 1 33 chunks +135 lines, -110 lines 0 comments Download
M src/snapshot.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/snapshot-common.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.h View 1 30 chunks +159 lines, -159 lines 0 comments Download
M src/spaces.cc View 1 85 chunks +230 lines, -346 lines 0 comments Download
M src/spaces-inl.h View 1 10 chunks +29 lines, -24 lines 0 comments Download
M src/string-search.h View 1 5 chunks +21 lines, -20 lines 0 comments Download
M src/string-search.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/string-stream.cc View 1 12 chunks +32 lines, -24 lines 0 comments Download
M src/stub-cache.h View 1 8 chunks +143 lines, -130 lines 0 comments Download
M src/stub-cache.cc View 1 78 chunks +209 lines, -154 lines 0 comments Download
M src/token.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/token.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
D src/top.h View 1 1 chunk +0 lines, -608 lines 0 comments Download
M src/top.cc View 1 42 chunks +218 lines, -385 lines 0 comments Download
M src/type-info.cc View 1 8 chunks +18 lines, -13 lines 0 comments Download
M src/unicode.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/unicode.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/v8.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/v8.cc View 1 9 chunks +33 lines, -112 lines 0 comments Download
M src/v8-counters.h View 1 2 chunks +35 lines, -7 lines 0 comments Download
M src/v8-counters.cc View 1 1 chunk +18 lines, -11 lines 0 comments Download
M src/v8globals.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/v8threads.h View 1 6 chunks +42 lines, -35 lines 0 comments Download
M src/v8threads.cc View 1 14 chunks +127 lines, -114 lines 0 comments Download
M src/variables.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/version.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/version.cc View 1 2 chunks +24 lines, -3 lines 0 comments Download
M src/virtual-frame-light-inl.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M src/vm-state.h View 1 3 chunks +7 lines, -5 lines 0 comments Download
M src/vm-state-inl.h View 1 3 chunks +21 lines, -17 lines 0 comments Download
M src/x64/assembler-x64.h View 1 3 chunks +31 lines, -15 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 14 chunks +34 lines, -27 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 3 chunks +7 lines, -6 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 21 chunks +29 lines, -26 lines 0 comments Download
M src/x64/codegen-x64.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 52 chunks +67 lines, -64 lines 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 2 chunks +3 lines, -2 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/frames-x64.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 33 chunks +68 lines, -52 lines 0 comments Download
M src/x64/ic-x64.cc View 1 19 chunks +27 lines, -23 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 15 chunks +25 lines, -20 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.h View 1 4 chunks +7 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 24 chunks +60 lines, -24 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.h View 1 3 chunks +4 lines, -1 line 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 3 chunks +10 lines, -6 lines 0 comments Download
M src/x64/register-allocator-x64.cc View 1 2 chunks +12 lines, -8 lines 0 comments Download
M src/x64/simulator-x64.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 64 chunks +87 lines, -77 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 4 chunks +8 lines, -4 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 9 chunks +13 lines, -9 lines 0 comments Download
M src/zone.h View 1 8 chunks +36 lines, -34 lines 0 comments Download
M src/zone.cc View 1 7 chunks +42 lines, -41 lines 0 comments Download
M src/zone-inl.h View 1 5 chunks +45 lines, -3 lines 0 comments Download
M test/cctest/cctest.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 8 chunks +38 lines, -33 lines 0 comments Download
test/cctest/test-api.cc View 1 75 chunks +499 lines, -134 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 13 chunks +21 lines, -21 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 14 chunks +31 lines, -32 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 7 chunks +7 lines, -0 lines 0 comments Download
M test/cctest/test-ast.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-circular-queue.cc View 1 2 chunks +8 lines, -5 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 12 chunks +23 lines, -23 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-dataflow.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 1 56 chunks +129 lines, -77 lines 0 comments Download
M test/cctest/test-decls.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 10 chunks +13 lines, -12 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 1 2 chunks +10 lines, -4 lines 0 comments Download
M test/cctest/test-heap.cc View 1 46 chunks +197 lines, -187 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 6 chunks +29 lines, -29 lines 0 comments Download
M test/cctest/test-liveedit.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-log.cc View 1 24 chunks +114 lines, -108 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 7 chunks +12 lines, -10 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 1 22 chunks +22 lines, -2 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 11 chunks +109 lines, -113 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 12 chunks +15 lines, -14 lines 0 comments Download
M test/cctest/test-platform-linux.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-platform-win32.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-regexp.cc View 1 34 chunks +48 lines, -40 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 18 chunks +25 lines, -27 lines 0 comments Download
M test/cctest/test-sockets.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M test/cctest/test-spaces.cc View 1 6 chunks +46 lines, -28 lines 0 comments Download
M test/cctest/test-strings.cc View 1 11 chunks +20 lines, -20 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 1 4 chunks +6 lines, -3 lines 0 comments Download
M test/cctest/test-threads.cc View 1 4 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/test-utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/array-constructor.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/array-functions-prototype-misc.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/global-load-from-eval-in-with.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/local-load-from-eval.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/property-load-across-eval.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-269.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-334.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/testcfg.py View 1 3 chunks +22 lines, -5 lines 0 comments Download
M tools/gyp/v8.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tools/test.py View 1 5 chunks +22 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
9 years, 9 months ago (2011-03-18 17:57:17 UTC) #1
Dmitry Titov
9 years, 9 months ago (2011-03-18 18:21:40 UTC) #2
I looked at some places. Looks good.
RS LGTM!

Ship it! :-)

Powered by Google App Engine
This is Rietveld 408576698