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

Issue 6321012: Version 3.0.9... (Closed)

Created:
9 years, 11 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Version 3.0.9 Added basic GDB JIT Interface integration. Make invalid break/continue statements a syntax error instead of a runtime error. Committed: http://code.google.com/p/v8/source/detail?r=6387

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2483 lines, -2065 lines) Patch
M ChangeLog View 1 chunk +9 lines, -1 line 0 comments Download
M LICENSE View 1 chunk +1 line, -1 line 0 comments Download
M SConstruct View 5 chunks +18 lines, -0 lines 0 comments Download
M src/SConscript View 3 chunks +3 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 1 chunk +11 lines, -1 line 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +8 lines, -5 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 7 chunks +24 lines, -9 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 7 chunks +38 lines, -16 lines 0 comments Download
M src/assembler.h View 3 chunks +27 lines, -1 line 0 comments Download
M src/assembler.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/builtins.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/codegen.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M src/compiler.h View 1 chunk +7 lines, -3 lines 0 comments Download
M src/compiler.cc View 5 chunks +11 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/frames.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen.cc View 2 chunks +11 lines, -0 lines 0 comments Download
A + src/gdb-jit.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gdb-jit.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/hydrogen.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +11 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.h View 8 chunks +18 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 5 chunks +16 lines, -28 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 76 chunks +131 lines, -332 lines 0 comments Download
A + src/ia32/lithium-gap-resolver-ia32.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/ia32/lithium-gap-resolver-ia32.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/ia32/lithium-ia32.h View 35 chunks +500 lines, -562 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 19 chunks +67 lines, -78 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 7 chunks +35 lines, -14 lines 0 comments Download
M src/ic.h View 1 chunk +13 lines, -0 lines 0 comments Download
M src/ic.cc View 9 chunks +209 lines, -100 lines 0 comments Download
A + src/inspector.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/inspector.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/lithium.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/lithium.cc View 1 chunk +11 lines, -8 lines 0 comments Download
M src/lithium-allocator.h View 1 chunk +35 lines, -13 lines 0 comments Download
M src/lithium-allocator.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M src/mark-compact.cc View 3 chunks +12 lines, -0 lines 0 comments Download
M src/objects.h View 7 chunks +93 lines, -69 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +7 lines, -6 lines 0 comments Download
M src/objects-inl.h View 7 chunks +45 lines, -4 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 2 chunks +58 lines, -54 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/scopes.cc View 2 chunks +54 lines, -8 lines 0 comments Download
M src/stub-cache.h View 3 chunks +11 lines, -7 lines 0 comments Download
M src/stub-cache.cc View 50 chunks +125 lines, -46 lines 0 comments Download
A + src/third_party/strongtalk/LICENSE View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/third_party/strongtalk/README.chromium View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/type-info.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/type-info.cc View 2 chunks +13 lines, -2 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/x64/frames-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 10 chunks +108 lines, -36 lines 0 comments Download
M src/x64/lithium-x64.h View 38 chunks +508 lines, -567 lines 0 comments Download
M src/x64/lithium-x64.cc View 13 chunks +77 lines, -33 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 8 chunks +46 lines, -17 lines 0 comments Download
M test/cctest/cctest.status View 2 chunks +6 lines, -4 lines 0 comments Download
A + test/mjsunit/compiler/regress-serialized-slots.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +0 lines, -13 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 11 months ago (2011-01-19 10:35:01 UTC) #1
Mads Ager (chromium)
9 years, 11 months ago (2011-01-19 10:46:38 UTC) #2
Rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698