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

Issue 239243018: Heap::AllocateStringFromOneByte() and major part of its callers 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

Heap::AllocateStringFromOneByte() and major part of its callers handlified. R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20846

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressing comment + some cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -356 lines) Patch
M src/api.cc View 4 chunks +16 lines, -12 lines 0 comments Download
M src/ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 3 chunks +8 lines, -7 lines 0 comments Download
M src/contexts.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M src/d8.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/factory.h View 2 chunks +21 lines, -4 lines 0 comments Download
M src/factory.cc View 1 4 chunks +23 lines, -11 lines 0 comments Download
M src/heap.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/heap.cc View 1 chunk +0 lines, -20 lines 0 comments Download
M src/i18n.cc View 26 chunks +98 lines, -106 lines 0 comments Download
M src/jsregexp.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/jsregexp.cc View 1 6 chunks +21 lines, -18 lines 0 comments Download
M src/liveedit.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/parser.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/runtime.cc View 1 25 chunks +73 lines, -68 lines 0 comments Download
M src/scanner.cc View 1 chunk +10 lines, -4 lines 0 comments Download
M src/string-stream.cc View 1 chunk +7 lines, -1 line 0 comments Download
M test/cctest/test-alloc.cc View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-hashing.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-heap.cc View 12 chunks +18 lines, -18 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M test/cctest/test-parsing.cc View 5 chunks +8 lines, -9 lines 0 comments Download
M test/cctest/test-regexp.cc View 15 chunks +30 lines, -29 lines 0 comments Download
M test/cctest/test-strings.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M tools/lexer-shell.cc View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Igor Sheludko
PTAL
6 years, 8 months ago (2014-04-17 11:18:36 UTC) #1
Yang
LGTM with one nit. https://codereview.chromium.org/239243018/diff/1/src/factory.h File src/factory.h (right): https://codereview.chromium.org/239243018/diff/1/src/factory.h#newcode127 src/factory.h:127: const char (&str)[N], Wow. I ...
6 years, 8 months ago (2014-04-17 12:28:45 UTC) #2
Igor Sheludko
Addressed comment + some cleanup. https://codereview.chromium.org/239243018/diff/1/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/239243018/diff/1/src/d8.cc#newcode985 src/d8.cc:985: factory->NewStringFromUtf8(i::CStrVector(js_args[j])).ToHandleChecked(); Not sure about ...
6 years, 8 months ago (2014-04-17 12:59:03 UTC) #3
Yang
lgtm. https://codereview.chromium.org/239243018/diff/1/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/239243018/diff/1/src/d8.cc#newcode985 src/d8.cc:985: factory->NewStringFromUtf8(i::CStrVector(js_args[j])).ToHandleChecked(); On 2014/04/17 12:59:03, Igor Sheludko wrote: > ...
6 years, 8 months ago (2014-04-17 13:00:15 UTC) #4
Igor Sheludko
6 years, 8 months ago (2014-04-17 13:27:40 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20846 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698