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

Issue 13741010: Eagerly parse expected transitions in JSON. (Closed)

Created:
7 years, 8 months ago by Toon Verwaest
Modified:
7 years, 8 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Eagerly parse expected transitions in JSON. Committed: https://code.google.com/p/v8/source/detail?r=14191

Patch Set 1 : Only commit after transitioning #

Total comments: 12

Patch Set 2 : Addressed comments #

Patch Set 3 : Add assert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -43 lines) Patch
M src/json-parser.h View 1 5 chunks +113 lines, -23 lines 0 comments Download
M src/objects.h View 1 3 chunks +8 lines, -2 lines 0 comments Download
M src/objects.cc View 2 chunks +15 lines, -3 lines 0 comments Download
M src/objects-inl.h View 1 2 1 chunk +52 lines, -15 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
7 years, 8 months ago (2013-04-08 16:09:11 UTC) #1
Yang
LGTM once comments are addressed. https://codereview.chromium.org/13741010/diff/5001/src/json-parser.h File src/json-parser.h (right): https://codereview.chromium.org/13741010/diff/5001/src/json-parser.h#newcode118 src/json-parser.h:118: c0 == '"' || ...
7 years, 8 months ago (2013-04-09 15:47:00 UTC) #2
Toon Verwaest
Addressed comments, landing. https://chromiumcodereview.appspot.com/13741010/diff/5001/src/json-parser.h File src/json-parser.h (right): https://chromiumcodereview.appspot.com/13741010/diff/5001/src/json-parser.h#newcode118 src/json-parser.h:118: c0 == '"' || c0 < ...
7 years, 8 months ago (2013-04-09 16:47:59 UTC) #3
Toon Verwaest
7 years, 8 months ago (2013-04-09 16:49:38 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r14191 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698