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

Issue 239083005: Callers of Heap::AllocateStringFromOneByte() and Heap::AllocateStringFromUtf8() handlified. (Closed)

Created:
6 years, 8 months ago by Igor Sheludko
Modified:
6 years, 8 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Callers of Heap::AllocateStringFromOneByte() and Heap::AllocateStringFromUtf8() handlified. R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20821

Patch Set 1 #

Patch Set 2 : Addressing review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -38 lines) Patch
M src/factory.cc View 1 chunk +13 lines, -1 line 0 comments Download
M src/heap.h View 1 chunk +0 lines, -10 lines 0 comments Download
M src/heap-inl.h View 1 chunk +0 lines, -16 lines 0 comments Download
M src/runtime.cc View 1 7 chunks +13 lines, -11 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Igor Sheludko
PTAL
6 years, 8 months ago (2014-04-16 16:19:51 UTC) #1
Yang
Lgtm. For const strings you couls actually use STATIC_ASCII_VECTOR and use the vector version.
6 years, 8 months ago (2014-04-16 16:27:51 UTC) #2
Igor Sheludko
Done.
6 years, 8 months ago (2014-04-16 18:17:50 UTC) #3
Yang
On 2014/04/16 18:17:50, Igor Sheludko wrote: > Done. Lgtm
6 years, 8 months ago (2014-04-16 18:21:13 UTC) #4
Igor Sheludko
6 years, 8 months ago (2014-04-16 18:28:11 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20821 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698