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

Issue 6759025: Version 3.2.6 (Closed)

Created:
9 years, 8 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Version 3.2.6 Fixed xcode build warning in shell.cc (out of order initialization). Fixed null-pointer dereference in the compiler when running without SSE3 support (Chromium issue 77654). Fixed x64 compilation error due to some dead code. (Issue 1286) Introduced scons target to build the preparser stand-alone example. Made FreeBSD build and pass all tests. Committed: http://code.google.com/p/v8/source/detail?r=7427

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14222 lines, -4815 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +15 lines, -1 line 0 comments Download
M SConstruct View 15 chunks +226 lines, -16 lines 0 comments Download
M include/v8-profiler.h View 4 chunks +0 lines, -38 lines 0 comments Download
A preparser/SConscript View 1 chunk +38 lines, -0 lines 0 comments Download
M samples/shell.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/SConscript View 4 chunks +26 lines, -4 lines 0 comments Download
M src/accessors.cc View 6 chunks +23 lines, -17 lines 0 comments Download
M src/allocation.h View 2 chunks +0 lines, -20 lines 0 comments Download
M src/allocation.cc View 2 chunks +0 lines, -113 lines 0 comments Download
M src/api.cc View 5 chunks +2 lines, -74 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 3 chunks +47 lines, -2 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +22 lines, -3 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 19 chunks +24 lines, -25 lines 0 comments Download
M src/assembler.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/atomicops.h View 1 chunk +2 lines, -0 lines 0 comments Download
A src/atomicops_internals_mips_gcc.h View 1 chunk +169 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 50 chunks +171 lines, -144 lines 0 comments Download
M src/code-stubs.h View 1 chunk +10 lines, -1 line 0 comments Download
M src/code-stubs.cc View 6 chunks +17 lines, -12 lines 0 comments Download
M src/cpu-profiler.cc View 6 chunks +23 lines, -17 lines 0 comments Download
M src/d8.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M src/debug.cc View 49 chunks +122 lines, -98 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/globals.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/heap.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +36 lines, -1 line 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +21 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +9 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 31 chunks +36 lines, -39 lines 0 comments Download
M src/ic.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M src/isolate.h View 10 chunks +16 lines, -13 lines 0 comments Download
M src/isolate.cc View 3 chunks +74 lines, -4 lines 0 comments Download
M src/jsregexp.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/lithium-allocator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/lithium-allocator-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/log.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/assembler-mips.h View 25 chunks +552 lines, -153 lines 0 comments Download
M src/mips/assembler-mips.cc View 43 chunks +1093 lines, -219 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 9 chunks +155 lines, -35 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +43 lines, -100 lines 0 comments Download
A src/mips/code-stubs-mips.h View 1 chunk +511 lines, -0 lines 0 comments Download
A src/mips/code-stubs-mips.cc View 1 chunk +752 lines, -0 lines 0 comments Download
M src/mips/codegen-mips.h View 14 chunks +271 lines, -69 lines 0 comments Download
M src/mips/codegen-mips.cc View 14 chunks +672 lines, -898 lines 0 comments Download
M src/mips/codegen-mips-inl.h View 2 chunks +8 lines, -14 lines 0 comments Download
M src/mips/constants-mips.h View 21 chunks +238 lines, -40 lines 0 comments Download
M src/mips/constants-mips.cc View 10 chunks +44 lines, -20 lines 0 comments Download
M src/mips/cpu-mips.cc View 3 chunks +20 lines, -3 lines 0 comments Download
M src/mips/debug-mips.cc View 3 chunks +35 lines, -7 lines 0 comments Download
A + src/mips/deoptimizer-mips.cc View 2 chunks +38 lines, -24 lines 0 comments Download
M src/mips/disasm-mips.cc View 25 chunks +327 lines, -90 lines 0 comments Download
M src/mips/frames-mips.h View 6 chunks +23 lines, -8 lines 0 comments Download
M src/mips/frames-mips.cc View 2 chunks +2 lines, -50 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 11 chunks +473 lines, -23 lines 0 comments Download
M src/mips/ic-mips.cc View 8 chunks +81 lines, -45 lines 0 comments Download
M src/mips/jump-target-mips.cc View 2 chunks +11 lines, -106 lines 0 comments Download
A + src/mips/lithium-codegen-mips.h View 1 chunk +26 lines, -38 lines 0 comments Download
A src/mips/lithium-mips.h View 1 chunk +304 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 15 chunks +718 lines, -121 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 28 chunks +2391 lines, -390 lines 0 comments Download
A src/mips/regexp-macro-assembler-mips.h View 1 chunk +250 lines, -0 lines 0 comments Download
A src/mips/regexp-macro-assembler-mips.cc View 1 chunk +478 lines, -0 lines 0 comments Download
M src/mips/register-allocator-mips.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/mips/register-allocator-mips-inl.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/mips/simulator-mips.h View 12 chunks +119 lines, -36 lines 0 comments Download
M src/mips/simulator-mips.cc View 68 chunks +1009 lines, -221 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 6 chunks +331 lines, -148 lines 0 comments Download
M src/mips/virtual-frame-mips.h View 10 chunks +294 lines, -312 lines 0 comments Download
M src/mips/virtual-frame-mips.cc View 3 chunks +137 lines, -149 lines 0 comments Download
A + src/mips/virtual-frame-mips-inl.h View 1 chunk +23 lines, -17 lines 0 comments Download
M src/objects.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/objects-inl.h View 1 chunk +38 lines, -4 lines 0 comments Download
M src/parser.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/parser.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/platform.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/platform-freebsd.cc View 8 chunks +164 lines, -111 lines 0 comments Download
M src/platform-linux.cc View 4 chunks +62 lines, -4 lines 0 comments Download
M src/preparse-data.cc View 1 chunk +1 line, -8 lines 0 comments Download
M src/preparser.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M src/preparser-api.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/profile-generator.h View 10 chunks +0 lines, -90 lines 0 comments Download
M src/profile-generator.cc View 8 chunks +1 line, -222 lines 0 comments Download
M src/regexp-macro-assembler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/scanner.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/scanner.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/scanner-base.h View 5 chunks +3 lines, -4 lines 0 comments Download
M src/scanner-base.cc View 3 chunks +4 lines, -9 lines 0 comments Download
M src/stub-cache.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/stub-cache.cc View 13 chunks +32 lines, -31 lines 0 comments Download
M src/top.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/v8globals.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +36 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +3 lines, -11 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +22 lines, -3 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 14 chunks +18 lines, -19 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 51 chunks +57 lines, -60 lines 0 comments Download
M test/cctest/SConscript View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.status View 2 chunks +3 lines, -5 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 7 chunks +1098 lines, -40 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 3 chunks +0 lines, -133 lines 0 comments Download
M test/cctest/test-parsing.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-regexp.cc View 2 chunks +5 lines, -1 line 0 comments Download
M test/mjsunit/compiler/pic.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-1278.js View 1 chunk +34 lines, -17 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
9 years, 8 months ago (2011-03-30 08:48:26 UTC) #1
Mads Ager (chromium)
9 years, 8 months ago (2011-03-30 08:50:02 UTC) #2
Rubber stamp LGTM

Powered by Google App Engine
This is Rietveld 408576698