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

Issue 597007: Faster implementation of integer-to-ascii conversion. I think.... (Closed)

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

Description

Faster implementation of integer-to-ascii conversion. I think. Due to the cache we rarely hit this code, but it might be useful for doing string + int in generated code.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -5 lines) Patch
M src/conversions.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/conversions.cc View 1 chunk +246 lines, -0 lines 0 comments Download
M src/heap.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Erik Corry
10 years, 10 months ago (2010-02-09 14:35:33 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698