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

Issue 140913009: Experimental lexer: fix internalization and allocation of literals. (Closed)

Created:
6 years, 11 months ago by ulan
Modified:
6 years, 11 months ago
Reviewers:
dcarney, marja
CC:
v8-dev
Visibility:
Public.

Description

Experimental lexer: fix internalization and allocation of literals. BUG= R=dcarney@chromium.org, marja@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18680

Patch Set 1 #

Patch Set 2 : Fix adding to literal buf with no escapes. #

Patch Set 3 : minor fixes #

Total comments: 6

Patch Set 4 : Add comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -137 lines) Patch
M src/factory.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/factory.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/lexer/experimental-scanner.h View 1 2 6 chunks +56 lines, -27 lines 0 comments Download
M src/lexer/experimental-scanner.cc View 1 2 3 4 chunks +144 lines, -60 lines 0 comments Download
M src/objects.cc View 1 chunk +48 lines, -4 lines 0 comments Download
M src/objects-inl.h View 1 2 chunks +8 lines, -12 lines 0 comments Download
M src/parser.h View 1 chunk +2 lines, -14 lines 0 comments Download
M src/parser.cc View 1 2 6 chunks +5 lines, -16 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ulan
PTAL. This doesn't optimize allocation of two-byte literals that have only ascii chars.
6 years, 11 months ago (2014-01-17 17:41:21 UTC) #1
dcarney
lgtm
6 years, 11 months ago (2014-01-18 08:39:16 UTC) #2
marja
https://codereview.chromium.org/140913009/diff/50001/src/lexer/experimental-scanner.cc File src/lexer/experimental-scanner.cc (right): https://codereview.chromium.org/140913009/diff/50001/src/lexer/experimental-scanner.cc#newcode68 src/lexer/experimental-scanner.cc:68: if (*cursor >= unibrow::Latin1::kMaxChar) return true; Wut? true and ...
6 years, 11 months ago (2014-01-20 07:54:32 UTC) #3
ulan
https://codereview.chromium.org/140913009/diff/50001/src/lexer/experimental-scanner.cc File src/lexer/experimental-scanner.cc (right): https://codereview.chromium.org/140913009/diff/50001/src/lexer/experimental-scanner.cc#newcode68 src/lexer/experimental-scanner.cc:68: if (*cursor >= unibrow::Latin1::kMaxChar) return true; On 2014/01/20 07:54:33, ...
6 years, 11 months ago (2014-01-20 09:15:00 UTC) #4
marja
lgtm
6 years, 11 months ago (2014-01-20 09:17:45 UTC) #5
ulan
6 years, 11 months ago (2014-01-20 09:25:33 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r18680 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698