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

Issue 655002: Merge revisions 3777-3813 from bleding_edge to partial snapshots ... (Closed)

Created:
10 years, 10 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Merge revisions 3777-3813 from bleding_edge to partial snapshots branch to fix profiling issues. TBR=erik.corry Committed: http://code.google.com/p/v8/source/detail?r=3935

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13789 lines, -934 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +29 lines, -0 lines 0 comments Download
M SConstruct View 6 chunks +33 lines, -2 lines 0 comments Download
M src/SConscript View 2 chunks +19 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 4 chunks +6 lines, -3 lines 0 comments Download
M src/arm/assembler-arm.cc View 50 chunks +109 lines, -82 lines 0 comments Download
M src/arm/assembler-thumb2.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/codegen-arm.h View 6 chunks +79 lines, -18 lines 0 comments Download
M src/arm/codegen-arm.cc View 30 chunks +597 lines, -64 lines 0 comments Download
M src/arm/disasm-arm.cc View 2 chunks +23 lines, -2 lines 0 comments Download
M src/arm/fast-codegen-arm.cc View 4 chunks +39 lines, -31 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 14 chunks +22 lines, -20 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 10 chunks +80 lines, -20 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 6 chunks +163 lines, -2 lines 0 comments Download
M src/arm/simulator-arm.cc View 3 chunks +23 lines, -6 lines 0 comments Download
M src/assembler.h View 2 chunks +14 lines, -1 line 0 comments Download
M src/code-stubs.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M src/codegen.h View 5 chunks +31 lines, -6 lines 0 comments Download
M src/codegen.cc View 8 chunks +46 lines, -27 lines 0 comments Download
M src/codegen-inl.h View 3 chunks +5 lines, -36 lines 0 comments Download
M src/compiler.h View 1 chunk +101 lines, -12 lines 0 comments Download
M src/compiler.cc View 13 chunks +25 lines, -41 lines 0 comments Download
M src/data-flow.h View 3 chunks +6 lines, -6 lines 0 comments Download
M src/data-flow.cc View 3 chunks +8 lines, -3 lines 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/fast-codegen.h View 3 chunks +14 lines, -25 lines 0 comments Download
M src/fast-codegen.cc View 7 chunks +34 lines, -19 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/frames-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/full-codegen.h View 4 chunks +11 lines, -12 lines 0 comments Download
M src/full-codegen.cc View 4 chunks +9 lines, -10 lines 0 comments Download
M src/globals.h View 3 chunks +5 lines, -0 lines 0 comments Download
M src/handles.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M src/heap.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/assembler-ia32.cc View 20 chunks +29 lines, -30 lines 0 comments Download
M src/ia32/codegen-ia32.h View 8 chunks +19 lines, -24 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 21 chunks +39 lines, -46 lines 0 comments Download
M src/ia32/fast-codegen-ia32.cc View 3 chunks +37 lines, -30 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 13 chunks +22 lines, -20 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +10 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/json.js View 6 chunks +25 lines, -11 lines 0 comments Download
M src/log.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/log.cc View 2 chunks +12 lines, -1 line 0 comments Download
M src/macro-assembler.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/messages.js View 1 chunk +2 lines, -0 lines 0 comments Download
A src/mips/assembler-mips.h View 1 chunk +663 lines, -0 lines 0 comments Download
A src/mips/assembler-mips.cc View 1 chunk +1208 lines, -0 lines 0 comments Download
A src/mips/assembler-mips-inl.h View 1 chunk +215 lines, -0 lines 0 comments Download
A src/mips/builtins-mips.cc View 1 chunk +109 lines, -0 lines 0 comments Download
A src/mips/codegen-mips.h View 1 chunk +311 lines, -0 lines 0 comments Download
A src/mips/codegen-mips.cc View 1 chunk +501 lines, -0 lines 0 comments Download
A src/mips/codegen-mips-inl.h View 1 chunk +56 lines, -0 lines 0 comments Download
A src/mips/constants-mips.h View 1 chunk +525 lines, -0 lines 0 comments Download
A src/mips/constants-mips.cc View 1 chunk +323 lines, -0 lines 0 comments Download
A src/mips/cpu-mips.cc View 1 chunk +69 lines, -0 lines 0 comments Download
A src/mips/debug-mips.cc View 1 chunk +112 lines, -0 lines 0 comments Download
A src/mips/disasm-mips.cc View 1 chunk +784 lines, -0 lines 0 comments Download
A src/mips/fast-codegen-mips.cc View 1 chunk +56 lines, -0 lines 0 comments Download
A src/mips/frames-mips.h View 1 chunk +164 lines, -0 lines 0 comments Download
A src/mips/frames-mips.cc View 1 chunk +100 lines, -0 lines 0 comments Download
A src/mips/full-codegen-mips.cc View 1 chunk +268 lines, -0 lines 0 comments Download
A src/mips/ic-mips.cc View 1 chunk +187 lines, -0 lines 0 comments Download
A src/mips/jump-target-mips.cc View 1 chunk +87 lines, -0 lines 0 comments Download
A src/mips/macro-assembler-mips.h View 1 chunk +381 lines, -0 lines 0 comments Download
A src/mips/macro-assembler-mips.cc View 1 chunk +895 lines, -0 lines 0 comments Download
A src/mips/register-allocator-mips.h View 1 chunk +46 lines, -0 lines 0 comments Download
A src/mips/register-allocator-mips.cc View 1 chunk +60 lines, -0 lines 0 comments Download
A src/mips/register-allocator-mips-inl.h View 1 chunk +137 lines, -0 lines 0 comments Download
A src/mips/simulator-mips.h View 1 chunk +311 lines, -0 lines 0 comments Download
A src/mips/simulator-mips.cc View 1 chunk +1648 lines, -0 lines 0 comments Download
A src/mips/stub-cache-mips.cc View 1 chunk +384 lines, -0 lines 0 comments Download
A src/mips/virtual-frame-mips.h View 1 chunk +548 lines, -0 lines 0 comments Download
A src/mips/virtual-frame-mips.cc View 1 chunk +240 lines, -0 lines 0 comments Download
M src/objects.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/platform-linux.cc View 7 chunks +15 lines, -2 lines 0 comments Download
M src/register-allocator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/register-allocator-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime.cc View 4 chunks +63 lines, -4 lines 0 comments Download
M src/runtime.js View 3 chunks +29 lines, -10 lines 0 comments Download
M src/simulator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/v8.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/v8natives.js View 13 chunks +130 lines, -15 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/virtual-frame.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 30 chunks +40 lines, -43 lines 0 comments Download
M src/x64/codegen-x64.h View 6 chunks +12 lines, -18 lines 0 comments Download
M src/x64/codegen-x64.cc View 22 chunks +38 lines, -45 lines 0 comments Download
M src/x64/fast-codegen-x64.cc View 4 chunks +38 lines, -30 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 13 chunks +22 lines, -20 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +10 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M test/cctest/SConscript View 2 chunks +5 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 1 chunk +19 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +97 lines, -0 lines 0 comments Download
A test/cctest/test-assembler-mips.cc View 1 chunk +257 lines, -0 lines 0 comments Download
M test/cctest/test-regexp.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M test/es5conform/es5conform.status View 9 chunks +11 lines, -69 lines 0 comments Download
M test/message/message.status View 1 chunk +5 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/simple-global-access.js View 1 chunk +51 lines, -0 lines 0 comments Download
M test/mjsunit/json.js View 3 chunks +30 lines, -2 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +4 lines, -0 lines 0 comments Download
A test/mjsunit/object-define-properties.js View 1 chunk +56 lines, -0 lines 0 comments Download
A test/mjsunit/object-define-property.js View 1 chunk +499 lines, -0 lines 0 comments Download
MM test/mjsunit/substr.js View 2 chunks +75 lines, -3 lines 0 comments Download
M test/mjsunit/tools/logreader.js View 1 chunk +0 lines, -16 lines 0 comments Download
M test/mjsunit/tools/tickprocessor.js View 1 chunk +1 line, -3 lines 0 comments Download
M test/mjsunit/typeof.js View 1 chunk +1 line, -1 line 0 comments Download
M test/sputnik/sputnik.status View 1 chunk +5 lines, -0 lines 0 comments Download
M tools/linux-tick-processor View 1 chunk +10 lines, -1 line 0 comments Download
M tools/logreader.js View 3 chunks +31 lines, -14 lines 0 comments Download
M tools/tickprocessor.js View 2 chunks +13 lines, -0 lines 0 comments Download
M tools/windows-tick-processor.bat View 1 chunk +25 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 10 months ago (2010-02-23 15:15:34 UTC) #1
Erik Corry
10 years, 10 months ago (2010-02-23 15:48:02 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698