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

Issue 18842: Experimental: periodic merge of the bleeding_edge branch to the... (Closed)

Created:
11 years, 11 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Experimental: periodic merge of the bleeding_edge branch to the experimental code generator branch. Merge revisions 1087-1168 inclusive. We are now branched off of bleeding_edge 1168. Committed: http://code.google.com/p/v8/source/detail?r=1169

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3755 lines, -1999 lines) Patch
M ChangeLog View 10 chunks +39 lines, -18 lines 0 comments Download
M SConstruct View 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 4 chunks +14 lines, -31 lines 0 comments Download
M src/api.h View 5 chunks +8 lines, -45 lines 0 comments Download
M src/api.cc View 16 chunks +49 lines, -69 lines 0 comments Download
M src/assembler-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler-ia32.h View 3 chunks +8 lines, -8 lines 0 comments Download
M src/assembler-ia32.cc View 3 chunks +13 lines, -11 lines 0 comments Download
M src/assembler-ia32-inl.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/ast.h View 9 chunks +40 lines, -3 lines 0 comments Download
M src/ast.cc View 3 chunks +32 lines, -0 lines 0 comments Download
M src/bootstrapper.h View 2 chunks +7 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 4 chunks +48 lines, -2 lines 0 comments Download
M src/builtins-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/bytecodes-irregexp.h View 1 chunk +52 lines, -42 lines 0 comments Download
M src/checks.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/codegen-arm.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/codegen-ia32.cc View 5 chunks +18 lines, -7 lines 0 comments Download
M src/contexts.cc View 1 chunk +5 lines, -1 line 0 comments Download
M src/d8.cc View 6 chunks +120 lines, -35 lines 0 comments Download
M src/d8.js View 8 chunks +375 lines, -28 lines 0 comments Download
M src/d8-readline.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.h View 3 chunks +5 lines, -2 lines 0 comments Download
M src/debug.cc View 2 chunks +19 lines, -0 lines 0 comments Download
M src/debug-delay.js View 8 chunks +51 lines, -14 lines 0 comments Download
M src/execution.h View 1 chunk +6 lines, -1 line 0 comments Download
M src/execution.cc View 2 chunks +20 lines, -6 lines 0 comments Download
M src/factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +3 lines, -5 lines 0 comments Download
M src/frames.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/handles.h View 2 chunks +74 lines, -3 lines 0 comments Download
M src/handles.cc View 2 chunks +69 lines, -1 line 0 comments Download
M src/handles-inl.h View 3 chunks +4 lines, -3 lines 0 comments Download
M src/hashmap.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M src/ic.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter-irregexp.cc View 14 chunks +134 lines, -78 lines 0 comments Download
M src/jsregexp.h View 20 chunks +121 lines, -53 lines 0 comments Download
M src/jsregexp.cc View 60 chunks +586 lines, -340 lines 0 comments Download
M src/macro-assembler-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/macro-assembler-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mark-compact.h View 8 chunks +78 lines, -62 lines 0 comments Download
M src/mark-compact.cc View 10 chunks +5 lines, -166 lines 0 comments Download
M src/messages.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mirror-delay.js View 22 chunks +308 lines, -116 lines 0 comments Download
M src/mksnapshot.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M src/objects.h View 9 chunks +18 lines, -16 lines 0 comments Download
M src/objects.cc View 9 chunks +16 lines, -17 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M src/objects-inl.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/parser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.cc View 11 chunks +13 lines, -38 lines 0 comments Download
M src/platform.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/platform-freebsd.cc View 1 chunk +13 lines, -1 line 0 comments Download
M src/platform-macos.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M src/platform-win32.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M src/prettyprinter.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M src/property.h View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler.h View 4 chunks +12 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-ia32.h View 5 chunks +8 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-ia32.cc View 10 chunks +48 lines, -14 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.cc View 14 chunks +99 lines, -72 lines 0 comments Download
M src/regexp-macro-assembler-irregexp-inl.h View 3 chunks +8 lines, -5 lines 0 comments Download
M src/regexp-macro-assembler-tracer.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M src/rewriter.cc View 5 chunks +15 lines, -3 lines 0 comments Download
M src/runtime.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/runtime.cc View 32 chunks +261 lines, -93 lines 0 comments Download
M src/scanner.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/scopes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.h View 5 chunks +8 lines, -8 lines 0 comments Download
M src/serialize.cc View 6 chunks +13 lines, -14 lines 0 comments Download
M src/simulator-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/simulator-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/snapshot.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/snapshot-common.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/snapshot-empty.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.h View 4 chunks +5 lines, -5 lines 0 comments Download
M src/string.js View 1 chunk +3 lines, -0 lines 0 comments Download
M src/stub-cache-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/top.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/top.cc View 4 chunks +3 lines, -4 lines 0 comments Download
M src/usage-analyzer.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/utils.h View 4 chunks +12 lines, -53 lines 0 comments Download
M src/utils.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M src/v8threads.h View 1 chunk +1 line, -1 line 0 comments Download
M src/v8threads.cc View 6 chunks +18 lines, -1 line 0 comments Download
M src/zone.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-api.cc View 2 chunks +85 lines, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 5 chunks +94 lines, -15 lines 0 comments Download
D test/mjsunit/array_length.js View 1 chunk +0 lines, -53 lines 0 comments Download
M test/mjsunit/ascii-regexp-subject.js View 1 chunk +9 lines, -5 lines 0 comments Download
D test/mjsunit/bugs/bug-187.js View 1 chunk +0 lines, -30 lines 0 comments Download
M test/mjsunit/const.js View 1 chunk +7 lines, -5 lines 0 comments Download
M test/mjsunit/debug-backtrace.js View 5 chunks +66 lines, -33 lines 0 comments Download
D test/mjsunit/enumeration_order.js View 1 chunk +0 lines, -59 lines 0 comments Download
D test/mjsunit/fun_name.js View 1 chunk +0 lines, -34 lines 0 comments Download
M test/mjsunit/mirror-array.js View 2 chunks +59 lines, -31 lines 0 comments Download
M test/mjsunit/mirror-boolean.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/mirror-date.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/mirror-error.js View 2 chunks +27 lines, -2 lines 0 comments Download
M test/mjsunit/mirror-function.js View 2 chunks +17 lines, -3 lines 0 comments Download
M test/mjsunit/mirror-null.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/mirror-number.js View 2 chunks +11 lines, -2 lines 0 comments Download
M test/mjsunit/mirror-object.js View 5 chunks +75 lines, -49 lines 0 comments Download
M test/mjsunit/mirror-regexp.js View 3 chunks +27 lines, -12 lines 0 comments Download
M test/mjsunit/mirror-script.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/mirror-string.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/mirror-undefined.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/mirror-unresolved-function.js View 2 chunks +25 lines, -8 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/regexp.js View 2 chunks +20 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-1081309.js View 2 chunks +27 lines, -8 lines 0 comments Download
D test/mjsunit/try_catch_scopes.js View 1 chunk +0 lines, -42 lines 0 comments Download
M test/mozilla/mozilla.status View 4 chunks +7 lines, -13 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 19 chunks +135 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 11 months ago (2009-01-27 08:40:42 UTC) #1
William Hesse
11 years, 11 months ago (2009-01-27 08:44:49 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698