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

Issue 40290: Experimental: Merge 1395:1441 from bleeding_edge branch to the... (Closed)

Created:
11 years, 9 months ago by Kasper Lund
Modified:
9 years, 7 months ago
Reviewers:
bak
CC:
v8-dev
Visibility:
Public.

Description

Experimental: Merge 1395:1441 from bleeding_edge branch to the global object experiment branch. Committed: http://code.google.com/p/v8/source/detail?r=1445

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1577 lines, -1217 lines) Patch
M SConstruct View 5 chunks +12 lines, -2 lines 0 comments Download
M include/v8-debug.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/SConscript View 1 chunk +5 lines, -5 lines 0 comments Download
M src/api.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/ast.h View 5 chunks +17 lines, -5 lines 0 comments Download
M src/ast.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/builtins.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/codegen-arm.cc View 2 chunks +29 lines, -21 lines 0 comments Download
M src/codegen-ia32.cc View 14 chunks +147 lines, -222 lines 0 comments Download
M src/compilation-cache.h View 1 chunk +13 lines, -14 lines 0 comments Download
M src/compilation-cache.cc View 6 chunks +35 lines, -67 lines 0 comments Download
M src/compiler.cc View 7 chunks +17 lines, -7 lines 0 comments Download
M src/d8.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/d8.cc View 3 chunks +19 lines, -23 lines 0 comments Download
M src/d8.js View 2 chunks +56 lines, -46 lines 0 comments Download
M src/d8-debug.h View 1 chunk +107 lines, -0 lines 0 comments Download
M src/d8-debug.cc View 4 chunks +204 lines, -5 lines 0 comments Download
M src/debug.h View 11 chunks +89 lines, -8 lines 0 comments Download
M src/debug.cc View 9 chunks +40 lines, -4 lines 0 comments Download
M src/execution.cc View 1 chunk +6 lines, -1 line 0 comments Download
M src/flag-definitions.h View 5 chunks +11 lines, -4 lines 0 comments Download
M src/frames.h View 3 chunks +70 lines, -4 lines 0 comments Download
M src/frames.cc View 2 chunks +63 lines, -13 lines 0 comments Download
M src/frames-inl.h View 2 chunks +35 lines, -1 line 0 comments Download
M src/heap.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/jsregexp.h View 5 chunks +6 lines, -41 lines 0 comments Download
M src/jsregexp.cc View 14 chunks +48 lines, -103 lines 0 comments Download
M src/list.h View 2 chunks +7 lines, -4 lines 0 comments Download
M src/list-inl.h View 1 chunk +9 lines, -6 lines 0 comments Download
M src/log.h View 3 chunks +3 lines, -4 lines 0 comments Download
M src/log.cc View 6 chunks +28 lines, -25 lines 0 comments Download
M src/macro-assembler-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/macros.py View 2 chunks +1 line, -20 lines 0 comments Download
M src/objects.h View 4 chunks +12 lines, -5 lines 0 comments Download
M src/objects.cc View 2 chunks +6 lines, -17 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.cc View 7 chunks +31 lines, -13 lines 0 comments Download
M src/platform.h View 2 chunks +3 lines, -19 lines 0 comments Download
M src/platform-freebsd.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M src/platform-linux.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M src/platform-macos.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M src/platform-win32.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M src/regexp-delay.js View 8 chunks +57 lines, -62 lines 0 comments Download
M src/runtime.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 9 chunks +48 lines, -35 lines 0 comments Download
M src/string.js View 17 chunks +68 lines, -89 lines 0 comments Download
M src/stub-cache.h View 7 chunks +19 lines, -10 lines 0 comments Download
M src/stub-cache.cc View 12 chunks +36 lines, -26 lines 0 comments Download
M src/stub-cache-arm.cc View 19 chunks +31 lines, -23 lines 0 comments Download
M src/stub-cache-ia32.cc View 19 chunks +31 lines, -23 lines 0 comments Download
M src/top.h View 3 chunks +4 lines, -20 lines 0 comments Download
M src/top.cc View 4 chunks +0 lines, -65 lines 0 comments Download
M src/v8.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M src/virtual-frame.cc View 2 chunks +15 lines, -3 lines 0 comments Download
M test/cctest/SConscript View 1 chunk +25 lines, -7 lines 0 comments Download
M test/cctest/test-debug.cc View 9 chunks +8 lines, -9 lines 0 comments Download
MM test/cctest/test-log-ia32.cc View 3 chunks +8 lines, -5 lines 0 comments Download
M test/cctest/test-sockets.cc View 2 chunks +14 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regexp-static.js View 1 chunk +0 lines, -5 lines 0 comments Download
D test/mjsunit/regexp-string-methods.js View 1 chunk +0 lines, -49 lines 0 comments Download
M test/mjsunit/sparse-array-reverse.js View 1 chunk +9 lines, -1 line 0 comments Download
M test/mjsunit/try.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/js2c.py View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 10 chunks +16 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Kasper Lund
11 years, 9 months ago (2009-03-09 08:43:19 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698