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

Issue 14886: Bring toiger up to date with bleeding edge 984. (Closed)

Created:
12 years ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Bring toiger up to date with bleeding edge 984. Committed: http://code.google.com/p/v8/source/detail?r=1009

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1448 lines, -662 lines) Patch
M ChangeLog View 1 chunk +22 lines, -0 lines 0 comments Download
M include/v8.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/api.cc View 3 chunks +40 lines, -26 lines 0 comments Download
M src/assembler-arm.h View 2 chunks +8 lines, -8 lines 0 comments Download
M src/assembler-ia32.h View 6 chunks +29 lines, -21 lines 0 comments Download
M src/assembler-ia32.cc View 2 chunks +8 lines, -32 lines 0 comments Download
M src/assembler-ia32-inl.h View 2 chunks +22 lines, -0 lines 0 comments Download
M src/codegen-arm.cc View 2 chunks +1 line, -5 lines 0 comments Download
M src/codegen-ia32.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M src/compiler.cc View 5 chunks +2 lines, -4 lines 0 comments Download
M src/constants-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug.h View 3 chunks +14 lines, -15 lines 0 comments Download
M src/debug.cc View 5 chunks +18 lines, -4 lines 0 comments Download
M src/debug-delay.js View 3 chunks +22 lines, -0 lines 0 comments Download
M src/execution.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/execution.cc View 2 chunks +66 lines, -0 lines 0 comments Download
M src/global-handles.h View 3 chunks +7 lines, -13 lines 0 comments Download
M src/global-handles.cc View 1 chunk +14 lines, -17 lines 0 comments Download
M src/globals.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ic-arm.cc View 7 chunks +33 lines, -7 lines 0 comments Download
M src/ic-ia32.cc View 9 chunks +43 lines, -13 lines 0 comments Download
M src/jsregexp.h View 5 chunks +57 lines, -8 lines 0 comments Download
M src/jsregexp.cc View 21 chunks +188 lines, -46 lines 0 comments Download
M src/macro-assembler-arm.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/macro-assembler-arm.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/parser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.cc View 7 chunks +17 lines, -15 lines 0 comments Download
M src/regexp-macro-assembler-ia32.h View 5 chunks +39 lines, -12 lines 0 comments Download
M src/regexp-macro-assembler-ia32.cc View 11 chunks +207 lines, -123 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 7 chunks +35 lines, -72 lines 0 comments Download
M src/utils.h View 1 chunk +17 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 3 chunks +95 lines, -10 lines 0 comments Download
M test/cctest/test-debug.cc View 14 chunks +101 lines, -10 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 2 chunks +12 lines, -8 lines 0 comments Download
M test/cctest/test-regexp.cc View 22 chunks +264 lines, -175 lines 0 comments Download
M test/mjsunit/switch.js View 1 chunk +20 lines, -0 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 5 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
William Hesse
12 years ago (2008-12-19 12:11:39 UTC) #1
Tested, including Mozilla tests.

Powered by Google App Engine
This is Rietveld 408576698