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

Issue 6580038: [Isolates] Merge from bleeding_edge, revisions 5934-6100. (Closed)

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

Description

[Isolates] Merge from bleeding_edge, revisions 5934-6100. Committed: http://code.google.com/p/v8/source/detail?r=6941

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11412 lines, -7525 lines) Patch
M ChangeLog View 2 chunks +52 lines, -1 line 0 comments Download
M MERGE View 1 2 1 chunk +1 line, -1 line 0 comments Download
M SConstruct View 2 chunks +9 lines, -1 line 0 comments Download
A + build/README.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/all.gyp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/armu.gypi View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/common.gypi View 0 chunks +-1 lines, --1 lines 0 comments Download
A + build/gyp_v8 View 0 chunks +-1 lines, --1 lines 0 comments Download
M include/v8.h View 3 chunks +41 lines, -3 lines 0 comments Download
M include/v8-preparser.h View 1 chunk +0 lines, -7 lines 0 comments Download
M include/v8-profiler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M preparser/preparser-process.cc View 4 chunks +19 lines, -7 lines 0 comments Download
A + samples/samples.gyp View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/SConscript View 1 chunk +2 lines, -1 line 0 comments Download
M src/allocation.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/api.cc View 6 chunks +53 lines, -11 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 1 chunk +60 lines, -43 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 14 chunks +27 lines, -12 lines 0 comments Download
M src/arm/ic-arm.cc View 2 chunks +7 lines, -3 lines 0 comments Download
M src/arm/lithium-arm.h View 6 chunks +53 lines, -6 lines 0 comments Download
M src/arm/lithium-arm.cc View 9 chunks +52 lines, -11 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 7 chunks +34 lines, -8 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +43 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/array.js View 4 chunks +60 lines, -22 lines 0 comments Download
M src/assembler.h View 5 chunks +9 lines, -1 line 0 comments Download
M src/assembler.cc View 4 chunks +64 lines, -11 lines 0 comments Download
M src/ast.h View 17 chunks +52 lines, -17 lines 0 comments Download
M src/ast.cc View 3 chunks +11 lines, -7 lines 0 comments Download
M src/ast-inl.h View 2 chunks +8 lines, -4 lines 0 comments Download
M src/bootstrapper.cc View 6 chunks +15 lines, -16 lines 0 comments Download
M src/builtins.cc View 4 chunks +45 lines, -17 lines 0 comments Download
M src/checks.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/code-stubs.h View 3 chunks +14 lines, -3 lines 0 comments Download
M src/codegen.cc View 1 chunk +11 lines, -2 lines 0 comments Download
M src/compiler.cc View 2 chunks +27 lines, -7 lines 0 comments Download
M src/counters.h View 1 chunk +3 lines, -0 lines 0 comments Download
A + src/d8.gyp View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/date.js View 20 chunks +78 lines, -35 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/debug-debugger.js View 5 chunks +29 lines, -7 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/execution.cc View 1 chunk +0 lines, -1 line 0 comments Download
A + src/extensions/experimental/i18n-extension.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/extensions/experimental/i18n-extension.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/flag-definitions.h View 4 chunks +7 lines, -0 lines 0 comments Download
M src/full-codegen.h View 4 chunks +12 lines, -1 line 0 comments Download
M src/full-codegen.cc View 14 chunks +35 lines, -9 lines 0 comments Download
M src/globals.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap.h View 7 chunks +23 lines, -37 lines 0 comments Download
M src/heap.cc View 14 chunks +102 lines, -26 lines 0 comments Download
M src/heap-inl.h View 3 chunks +40 lines, -1 line 0 comments Download
M src/heap-profiler.h View 3 chunks +13 lines, -5 lines 0 comments Download
M src/heap-profiler.cc View 4 chunks +30 lines, -13 lines 0 comments Download
M src/hydrogen.h View 14 chunks +69 lines, -60 lines 0 comments Download
M src/hydrogen.cc View 82 chunks +729 lines, -593 lines 0 comments Download
M src/hydrogen-instructions.h View 16 chunks +74 lines, -6 lines 0 comments Download
M src/hydrogen-instructions.cc View 4 chunks +36 lines, -72 lines 0 comments Download
M src/ia32/assembler-ia32.h View 3 chunks +16 lines, -1 line 0 comments Download
M src/ia32/assembler-ia32.cc View 4 chunks +39 lines, -2 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.h View 3 chunks +14 lines, -6 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 6 chunks +211 lines, -89 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 5 chunks +14 lines, -4 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 5 chunks +64 lines, -32 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 35 chunks +146 lines, -49 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +51 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 7 chunks +183 lines, -7 lines 0 comments Download
M src/ia32/lithium-ia32.h View 8 chunks +59 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 10 chunks +70 lines, -38 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +27 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 4 chunks +15 lines, -35 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/ic.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/ic.cc View 3 chunks +16 lines, -7 lines 0 comments Download
M src/json.js View 6 chunks +51 lines, -68 lines 0 comments Download
M src/lithium-allocator.h View 12 chunks +59 lines, -24 lines 0 comments Download
M src/lithium-allocator.cc View 22 chunks +229 lines, -168 lines 0 comments Download
M src/log.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M src/macros.py View 1 chunk +3 lines, -4 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/math.js View 1 chunk +0 lines, -8 lines 0 comments Download
M src/messages.js View 1 chunk +0 lines, -1 line 0 comments Download
M src/mirror-debugger.js View 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.h View 54 chunks +337 lines, -88 lines 0 comments Download
M src/objects.cc View 21 chunks +68 lines, -66 lines 0 comments Download
M src/objects-debug.cc View 28 chunks +480 lines, -338 lines 0 comments Download
M src/objects-inl.h View 1 chunk +7 lines, -14 lines 0 comments Download
M src/parser.h View 6 chunks +25 lines, -10 lines 0 comments Download
M src/parser.cc View 29 chunks +107 lines, -72 lines 0 comments Download
M src/platform.h View 3 chunks +7 lines, -0 lines 0 comments Download
M src/platform-linux.cc View 2 chunks +14 lines, -15 lines 0 comments Download
M src/platform-macos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/platform-nullos.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 3 chunks +28 lines, -1 line 0 comments Download
M src/platform-win32.cc View 2 chunks +15 lines, -1 line 0 comments Download
M src/preparser.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/preparser-api.cc View 2 chunks +95 lines, -14 lines 0 comments Download
M src/profile-generator.h View 10 chunks +21 lines, -20 lines 0 comments Download
M src/profile-generator.cc View 7 chunks +205 lines, -166 lines 0 comments Download
M src/profile-generator-inl.h View 2 chunks +13 lines, -1 line 0 comments Download
M src/property.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/property.cc View 1 chunk +31 lines, -31 lines 0 comments Download
M src/regexp.js View 12 chunks +45 lines, -46 lines 0 comments Download
M src/runtime.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/runtime.cc View 19 chunks +175 lines, -165 lines 0 comments Download
M src/runtime.js View 2 chunks +12 lines, -8 lines 0 comments Download
M src/runtime-profiler.h View 4 chunks +20 lines, -0 lines 0 comments Download
M src/runtime-profiler.cc View 9 chunks +91 lines, -20 lines 0 comments Download
M src/scanner.h View 4 chunks +81 lines, -113 lines 0 comments Download
M src/scanner.cc View 3 chunks +252 lines, -113 lines 0 comments Download
M src/scanner-base.h View 6 chunks +62 lines, -20 lines 0 comments Download
M src/scanner-base.cc View 4 chunks +18 lines, -18 lines 0 comments Download
M src/serialize.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/spaces.h View 3 chunks +6 lines, -2 lines 0 comments Download
M src/spaces.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces-inl.h View 3 chunks +14 lines, -2 lines 0 comments Download
M src/string.js View 21 chunks +72 lines, -90 lines 0 comments Download
M src/string-stream.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/string-stream.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/stub-cache.h View 3 chunks +18 lines, -32 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +19 lines, -13 lines 0 comments Download
M src/type-info.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M src/utils.cc View 1 chunk +10 lines, -2 lines 0 comments Download
M src/v8-counters.h View 2 chunks +11 lines, -1 line 0 comments Download
M src/v8natives.js View 5 chunks +14 lines, -26 lines 0 comments Download
A + src/v8preparserdll-main.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/v8utils.h View 1 chunk +9 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 6 chunks +564 lines, -567 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +8 lines, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 10 chunks +16 lines, -8 lines 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + test/cctest/cctest.gyp View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/cctest/cctest.status View 2 chunks +11 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +124 lines, -4 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +63 lines, -1 line 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 5 chunks +294 lines, -9 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 2 chunks +10 lines, -1 line 0 comments Download
M test/cctest/test-regexp.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M test/es5conform/es5conform.status View 2 chunks +1 line, -7 lines 0 comments Download
M test/mjsunit/array-slice.js View 1 chunk +13 lines, -0 lines 0 comments Download
M test/mjsunit/array-sort.js View 2 chunks +16 lines, -1 line 0 comments Download
A + test/mjsunit/compiler/regress-intoverflow.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/date.js View 2 chunks +13 lines, -2 lines 0 comments Download
A + test/mjsunit/debug-evaluate-with-context.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/json.js View 7 chunks +114 lines, -51 lines 0 comments Download
M test/mjsunit/mjsunit.status View 2 chunks +9 lines, -1 line 0 comments Download
M test/mjsunit/object-define-property.js View 10 chunks +40 lines, -9 lines 0 comments Download
A + test/mjsunit/object-toprimitive.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regexp.js View 3 chunks +49 lines, -43 lines 0 comments Download
M test/mjsunit/regress/regress-3247124.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-687.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-962.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-969.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-974.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-982.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-995.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-swapelements.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/third_party/regexp-pcre.js View 5 chunks +11 lines, -13 lines 0 comments Download
A + test/mjsunit/with-readonly.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mozilla/mozilla.status View 3 chunks +9 lines, -6 lines 0 comments Download
M test/sputnik/README View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 6 chunks +46 lines, -9 lines 0 comments Download
M tools/test.py View 4 chunks +18 lines, -1 line 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 50 chunks +373 lines, -72 lines 0 comments Download
M tools/visual_studio/debug.vsprops View 1 chunk +1 line, -1 line 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 chunk +1276 lines, -1228 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 1 chunk +1231 lines, -1167 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 1 chunk +1196 lines, -1148 lines 0 comments Download
M tools/visual_studio/v8_shell_sample.vcproj View 2 chunks +2 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_shell_sample_arm.vcproj View 2 chunks +2 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_shell_sample_x64.vcproj View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Dmitry Titov
9 years, 10 months ago (2011-02-24 20:09:49 UTC) #1
Looking for rubberstamp...

I am still fixing up x64 and arm and running tests but will land right after
since all looks ok.

Powered by Google App Engine
This is Rietveld 408576698