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

Issue 36903002: StringToDouble code size optimization. (Closed)

Created:
7 years, 2 months ago by Bangfu
Modified:
7 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

Cast const char * to const uint8_t *, which removed a unnecessary version of InternalStringToDouble template. Code size (android arm build for d8): old d8: 17,479,047 bytes new d8: 17,445,492 bytes Total code size saved: 33,555 bytes R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17409

Patch Set 1 #

Patch Set 2 : Adjust code style. Add comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M src/conversions.cc View 1 2 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Benedikt Meurer
Looks OK. CC'ing sven/danno for additional feedback.
7 years, 1 month ago (2013-10-25 10:32:34 UTC) #1
Bangfu
On 2013/10/25 10:32:34, Benedikt Meurer wrote: > Looks OK. CC'ing sven/danno for additional feedback. Thank ...
7 years, 1 month ago (2013-10-28 09:21:03 UTC) #2
Benedikt Meurer
LGTM
7 years, 1 month ago (2013-10-28 09:25:25 UTC) #3
Benedikt Meurer
7 years, 1 month ago (2013-10-28 09:39:06 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r17409 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698