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

Issue 6800012: Version 3.2.8... (Closed)

Created:
9 years, 8 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Version 3.2.8 Exposed WebGL typed array constructors in the shell sample. Performance improvements on all platforms. Committed in r7512

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1539 lines, -756 lines) Patch
M ChangeLog View 1 chunk +7 lines, -0 lines 0 comments Download
M samples/shell.cc View 3 chunks +95 lines, -0 lines 0 comments Download
M src/accessors.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.h View 2 chunks +25 lines, -1 line 0 comments Download
M src/arm/assembler-arm.cc View 2 chunks +83 lines, -1 line 0 comments Download
M src/arm/constants-arm.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/arm/disasm-arm.cc View 4 chunks +49 lines, -17 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +23 lines, -5 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +12 lines, -5 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +11 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M src/arm/simulator-arm.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 6 chunks +92 lines, -19 lines 0 comments Download
M src/compiler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/cpu-profiler.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/debug.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/debug.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/frames.h View 14 chunks +35 lines, -18 lines 0 comments Download
M src/frames.cc View 20 chunks +62 lines, -31 lines 0 comments Download
M src/frames-inl.h View 4 chunks +24 lines, -5 lines 0 comments Download
M src/hydrogen.h View 10 chunks +22 lines, -4 lines 0 comments Download
M src/hydrogen.cc View 122 chunks +321 lines, -270 lines 0 comments Download
M src/hydrogen-instructions.h View 9 chunks +42 lines, -13 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 3 chunks +38 lines, -5 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +26 lines, -5 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +20 lines, -4 lines 0 comments Download
M src/isolate.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/liveedit.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M src/log.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 16 chunks +19 lines, -17 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/top.cc View 7 chunks +13 lines, -10 lines 0 comments Download
M src/v8threads.h View 1 chunk +1 line, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 200 chunks +0 lines, -226 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 3 chunks +11 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +23 lines, -5 lines 0 comments Download
M src/x64/lithium-x64.cc View 4 chunks +14 lines, -9 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-accessors.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-assembler-arm.cc View 3 chunks +339 lines, -2 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 2 chunks +18 lines, -1 line 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M test/cctest/test-regexp.cc View 27 chunks +52 lines, -35 lines 0 comments Download
A + test/mjsunit/external-array.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/global-accessors.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 8 months ago (2011-04-06 11:13:50 UTC) #1
William Hesse
9 years, 8 months ago (2011-04-06 11:17:11 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698