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

Issue 18096: Experimental: merge from bleeding_edge. Merge up to and including... (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: merge from bleeding_edge. Merge up to and including revision 1085 from the bleeding_edge branch to the experimental code generator branch. TBR=whesse Committed: http://code.google.com/p/v8/source/detail?r=1086

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2226 lines, -1398 lines) Patch
M benchmarks/base.js View 4 chunks +14 lines, -13 lines 0 comments Download
M benchmarks/run.html View 2 chunks +2 lines, -2 lines 0 comments Download
M benchmarks/run.js View 2 chunks +2 lines, -3 lines 0 comments Download
M include/v8.h View 20 chunks +68 lines, -68 lines 0 comments Download
M src/SConscript View 1 chunk +5 lines, -5 lines 0 comments Download
M src/api.h View 2 chunks +17 lines, -16 lines 0 comments Download
M src/api.cc View 39 chunks +58 lines, -57 lines 0 comments Download
M src/apinatives.js View 1 chunk +24 lines, -14 lines 0 comments Download
M src/assembler.h View 2 chunks +10 lines, -2 lines 0 comments Download
M src/assembler.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/assembler-arm-inl.h View 2 chunks +9 lines, -3 lines 0 comments Download
M src/assembler-ia32-inl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/ast.h View 9 chunks +19 lines, -11 lines 0 comments Download
M src/ast.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M src/bytecodes-irregexp.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/codegen.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/codegen-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/codegen-arm.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M src/codegen-ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/date-delay.js View 1 chunk +1 line, -1 line 0 comments Download
M src/debug-delay.js View 1 chunk +0 lines, -34 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/factory.cc View 3 chunks +25 lines, -11 lines 0 comments Download
M src/handles.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/handles.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/heap.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter-irregexp.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/jsregexp.h View 23 chunks +125 lines, -39 lines 0 comments Download
M src/jsregexp.cc View 50 chunks +359 lines, -194 lines 0 comments Download
M src/log.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/log.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/macros.py View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mirror-delay.js View 23 chunks +336 lines, -391 lines 0 comments Download
M src/objects.h View 9 chunks +22 lines, -10 lines 0 comments Download
M src/objects.cc View 17 chunks +63 lines, -15 lines 0 comments Download
M src/objects-debug.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M src/objects-inl.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/regexp-macro-assembler.h View 4 chunks +21 lines, -3 lines 0 comments Download
M src/regexp-macro-assembler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-ia32.h View 8 chunks +81 lines, -42 lines 0 comments Download
M src/regexp-macro-assembler-ia32.cc View 38 chunks +371 lines, -184 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.h View 3 chunks +6 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-irregexp.cc View 3 chunks +16 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-tracer.h View 3 chunks +5 lines, -1 line 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 4 chunks +23 lines, -4 lines 0 comments Download
M src/runtime.cc View 8 chunks +63 lines, -31 lines 0 comments Download
M src/serialize.cc View 3 chunks +12 lines, -8 lines 0 comments Download
M src/stub-cache-arm.cc View 2 chunks +9 lines, -7 lines 0 comments Download
M src/v8threads.cc View 4 chunks +5 lines, -1 line 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +45 lines, -27 lines 0 comments Download
M test/cctest/test-regexp.cc View 19 chunks +170 lines, -88 lines 0 comments Download
M test/cctest/test-serialize.cc View 2 chunks +4 lines, -4 lines 0 comments Download
D test/mjsunit/bugs/bug-176.js View 1 chunk +0 lines, -50 lines 0 comments Download
M test/mjsunit/large-object-literal.js View 1 chunk +22 lines, -15 lines 0 comments Download
M test/mjsunit/mirror-array.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/mirror-function.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/mirror-object.js View 4 chunks +36 lines, -13 lines 0 comments Download
M test/mjsunit/mirror-string.js View 3 chunks +23 lines, -4 lines 0 comments Download
M test/mjsunit/mjsunit.js View 1 chunk +25 lines, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/presubmit.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/visual_studio/v8_base.vcproj View 2 chunks +8 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 11 months ago (2009-01-15 16:07:05 UTC) #1
William Hesse
11 years, 11 months ago (2009-01-15 18:16:29 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698