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

Issue 6903060: Version 3.3.2.... (Closed)

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

Description

Version 3.3.2. Fixed crash bug on ARM with no VFP3 hardware. Fixed compilation of V8 without debugger support. Improved performance on JSLint. Added support Float64 WebGL arrays. Fixed crash bug in regexp replace. Committed: http://code.google.com/p/v8/source/detail?r=7688

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1238 lines, -627 lines) Patch
M ChangeLog View 1 chunk +13 lines, -0 lines 0 comments Download
M SConstruct View 1 7 chunks +0 lines, -104 lines 0 comments Download
M include/v8.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M samples/shell.cc View 1 3 chunks +9 lines, -0 lines 0 comments Download
M src/api.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 1 chunk +143 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 7 chunks +54 lines, -161 lines 0 comments Download
M src/arm/lithium-arm.h View 1 2 chunks +15 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 4 chunks +26 lines, -14 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 6 chunks +31 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 6 chunks +73 lines, -1 line 0 comments Download
M src/codegen.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/compiler.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/cpu-profiler.h View 1 3 chunks +7 lines, -11 lines 0 comments Download
M src/cpu-profiler.cc View 1 2 chunks +8 lines, -5 lines 0 comments Download
M src/d8-readline.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/date.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/debug-debugger.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/flag-definitions.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/frames.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/heap.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M src/heap.cc View 1 6 chunks +15 lines, -3 lines 0 comments Download
M src/hydrogen.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M src/hydrogen.cc View 1 16 chunks +80 lines, -159 lines 0 comments Download
M src/hydrogen-instructions.h View 1 16 chunks +108 lines, -20 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 10 chunks +94 lines, -75 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 5 chunks +37 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 chunks +15 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 4 chunks +29 lines, -17 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 4 chunks +15 lines, -2 lines 0 comments Download
M src/isolate.h View 1 4 chunks +5 lines, -1 line 0 comments Download
M src/isolate.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + src/isolate-inl.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/json.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/liveedit.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 1 3 chunks +42 lines, -1 line 0 comments Download
M src/mirror-debugger.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/objects.h View 1 9 chunks +59 lines, -2 lines 0 comments Download
M src/objects.cc View 1 19 chunks +118 lines, -12 lines 0 comments Download
M src/objects-debug.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 7 chunks +37 lines, -2 lines 0 comments Download
M src/objects-printer.cc View 1 5 chunks +17 lines, -1 line 0 comments Download
M src/objects-visiting.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/regexp.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/regexp-macro-assembler-irregexp-inl.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/runtime.cc View 1 4 chunks +29 lines, -19 lines 0 comments Download
M src/runtime-profiler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.cc View 1 3 chunks +6 lines, -0 lines 0 comments Download
M src/v8.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 5 chunks +28 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 chunks +15 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 4 chunks +30 lines, -17 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 4 chunks +13 lines, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 5 chunks +15 lines, -2 lines 0 comments Download
M test/mjsunit/array-constructor.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/array-functions-prototype-misc.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/external-array.js View 1 1 chunk +25 lines, -0 lines 0 comments Download
M test/mjsunit/global-load-from-eval-in-with.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/local-load-from-eval.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/property-load-across-eval.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-269.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-334.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
9 years, 8 months ago (2011-04-27 09:14:11 UTC) #1
Rico
On 2011/04/27 09:14:11, Erik Corry wrote: Driveby, don't you need to merge the files over?
9 years, 8 months ago (2011-04-27 09:21:32 UTC) #2
Mads Ager (chromium)
This looks like only the prepare push change which should not go to trunk.
9 years, 8 months ago (2011-04-27 09:22:24 UTC) #3
Rico
9 years, 8 months ago (2011-04-27 10:27:38 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698