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

Issue 6603028: Merge revisions 7030:7051 from bleeding_edge to isolates branch.... (Closed)

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

Description

Merge revisions 7030:7051 from bleeding_edge to isolates branch. Fix arm simulator for isolates branch. Crankshaft did not work on the simulator because we now have a runtime function that takes 5 arguments and simulator only supported up to 4 arguments. Crankshaft is turned on by default in this batch of changes which exposed the problem. The rest is a straightforward merge and a little bit of cleanup. Committed: http://code.google.com/p/v8/source/detail?r=7052

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+716 lines, -493 lines) Patch
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/builtins-arm.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +99 lines, -46 lines 0 comments Download
M src/arm/lithium-arm.h View 1 chunk +8 lines, -8 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 3 chunks +25 lines, -39 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 3 chunks +9 lines, -5 lines 0 comments Download
M src/array.js View 12 chunks +31 lines, -13 lines 0 comments Download
M src/bootstrapper.cc View 10 chunks +97 lines, -58 lines 0 comments Download
A + src/extensions/experimental/break-iterator.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/extensions/experimental/break-iterator.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/extensions/experimental/experimental.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/extensions/experimental/i18n-extension.cc View 3 chunks +20 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/handles.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/handles.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/hydrogen.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/hydrogen.cc View 5 chunks +15 lines, -21 lines 0 comments Download
M src/hydrogen-instructions.h View 3 chunks +5 lines, -10 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +19 lines, -33 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 7 chunks +28 lines, -24 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/json.js View 7 chunks +10 lines, -10 lines 0 comments Download
M src/jsregexp.cc View 2 chunks +14 lines, -12 lines 0 comments Download
M src/liveobjectlist.cc View 10 chunks +100 lines, -38 lines 0 comments Download
M src/objects.h View 3 chunks +10 lines, -4 lines 0 comments Download
M src/objects.cc View 10 chunks +14 lines, -17 lines 0 comments Download
M src/parser.cc View 3 chunks +22 lines, -17 lines 0 comments Download
M src/regexp.js View 1 chunk +3 lines, -3 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 21 chunks +63 lines, -38 lines 0 comments Download
M src/string.js View 7 chunks +7 lines, -7 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/v8natives.js View 5 chunks +5 lines, -5 lines 0 comments Download
M src/x64/builtins-x64.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +15 lines, -28 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 5 chunks +25 lines, -13 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
9 years, 9 months ago (2011-03-03 22:09:54 UTC) #1
dimich
9 years, 9 months ago (2011-03-03 22:23:11 UTC) #2
Rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698