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

Issue 5274002: Version 2.5.8... (Closed)

Created:
10 years, 1 month ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Version 2.5.8 Removed dependency on Gay's dtoa. Improved heap profiler precision and speed. Reduced overhead of callback invocations on ARM.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3147 lines, -6406 lines) Patch
M ChangeLog View 1 chunk +9 lines, -0 lines 0 comments Download
M LICENSE View 1 chunk +0 lines, -3 lines 0 comments Download
M include/v8-profiler.h View 4 chunks +22 lines, -7 lines 0 comments Download
M samples/shell.cc View 3 chunks +13 lines, -1 line 0 comments Download
M src/SConscript View 1 chunk +1 line, -7 lines 0 comments Download
M src/api.cc View 3 chunks +10 lines, -8 lines 0 comments Download
M src/apiutils.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/codegen-arm.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/arm/codegen-arm.cc View 5 chunks +20 lines, -5 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +16 lines, -4 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 10 chunks +199 lines, -36 lines 0 comments Download
M src/array.js View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ast.h View 3 chunks +6 lines, -1 line 0 comments Download
M src/builtins.cc View 1 chunk +7 lines, -14 lines 0 comments Download
M src/conversions.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/conversions.cc View 1 chunk +0 lines, -10 lines 0 comments Download
D src/dtoa-config.c View 1 chunk +0 lines, -92 lines 0 comments Download
M src/full-codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/handles.cc View 3 chunks +37 lines, -29 lines 0 comments Download
M src/heap-profiler.cc View 2 chunks +11 lines, -5 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 6 chunks +195 lines, -5 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +193 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +17 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +51 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 6 chunks +7 lines, -8 lines 0 comments Download
M src/parser.h View 7 chunks +9 lines, -7 lines 0 comments Download
M src/parser.cc View 9 chunks +23 lines, -46 lines 0 comments Download
M src/preparser.h View 2 chunks +2 lines, -2 lines 0 comments Download
D src/prescanner.h View 1 chunk +0 lines, -1098 lines 0 comments Download
M src/profile-generator.h View 15 chunks +111 lines, -74 lines 0 comments Download
M src/profile-generator.cc View 51 chunks +492 lines, -254 lines 0 comments Download
M src/profile-generator-inl.h View 2 chunks +25 lines, -18 lines 0 comments Download
M src/runtime.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/runtime.cc View 1 chunk +10 lines, -5 lines 0 comments Download
M src/scanner.h View 4 chunks +44 lines, -259 lines 0 comments Download
M src/scanner.cc View 12 chunks +81 lines, -785 lines 0 comments Download
M src/scanner-base.h View 5 chunks +360 lines, -13 lines 0 comments Download
M src/scanner-base.cc View 3 chunks +731 lines, -3 lines 0 comments Download
src/stub-cache.cc View 1 chunk +2 lines, -5 lines 0 comments Download
D src/third_party/dtoa/COPYING View 1 chunk +0 lines, -15 lines 0 comments Download
D src/third_party/dtoa/dtoa.c View 1 chunk +0 lines, -3331 lines 0 comments Download
M src/utils.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/codegen-x64.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 5 chunks +16 lines, -5 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +12 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/test-conversions.cc View 3 chunks +5 lines, -8 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +56 lines, -11 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 14 chunks +107 lines, -79 lines 0 comments Download
M test/cctest/test-parsing.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/compiler/literals.js View 2 chunks +38 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +1 line, -6 lines 0 comments Download
M tools/visual_studio/README.txt View 1 chunk +1 line, -2 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 5 chunks +28 lines, -64 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 6 chunks +68 lines, -24 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 6 chunks +68 lines, -24 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
10 years, 1 month ago (2010-11-23 10:19:25 UTC) #1
Erik Corry
10 years, 1 month ago (2010-11-23 10:22:49 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698