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

Issue 2193813002: Add parser finalization step (Closed)

Created:
4 years, 4 months ago by jochen (gone - plz use gerrit)
Modified:
4 years, 4 months ago
Reviewers:
vogelheim, marja
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Add parser finalization step BUG=v8:5215 R=vogelheim@chromium.org,marja@chromium.org Committed: https://crrev.com/f22ef1207d731f782dafb8872a1afe7401d323b5 Cr-Commit-Position: refs/heads/master@{#38203}

Patch Set 1 #

Total comments: 8

Patch Set 2 : updates #

Total comments: 2

Patch Set 3 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -12 lines) Patch
M src/compiler-dispatcher/compiler-dispatcher-job.h View 1 3 chunks +16 lines, -0 lines 0 comments Download
M src/compiler-dispatcher/compiler-dispatcher-job.cc View 1 2 4 chunks +83 lines, -5 lines 0 comments Download
M test/unittests/compiler-dispatcher/compiler-dispatcher-job-unittest.cc View 1 2 chunks +25 lines, -7 lines 0 comments Download
M test/unittests/test-utils.h View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (11 generated)
jochen (gone - plz use gerrit)
4 years, 4 months ago (2016-07-29 12:22:08 UTC) #1
jochen (gone - plz use gerrit)
ptal https://codereview.chromium.org/2193813002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc File src/compiler-dispatcher/compiler-dispatcher-job.cc (right): https://codereview.chromium.org/2193813002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc#newcode58 src/compiler-dispatcher/compiler-dispatcher-job.cc:58: source_ = Handle<String>::cast(isolate_->global_handles()->Create(*source)); have to globalize the reference ...
4 years, 4 months ago (2016-07-29 12:23:31 UTC) #2
vogelheim
lgtm, w/ some comments. I don't understand the parse result internalization logic, so it's probably ...
4 years, 4 months ago (2016-07-29 12:46:19 UTC) #5
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2193813002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc File src/compiler-dispatcher/compiler-dispatcher-job.cc (right): https://codereview.chromium.org/2193813002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc#newcode144 src/compiler-dispatcher/compiler-dispatcher-job.cc:144: character_stream_.reset(); On 2016/07/29 at 12:46:18, vogelheim wrote: > [general ...
4 years, 4 months ago (2016-07-29 12:49:43 UTC) #8
jochen (gone - plz use gerrit)
added ResetOnMainThread() and checks in dtor
4 years, 4 months ago (2016-07-29 13:02:20 UTC) #11
marja
Otherwise lgtm https://codereview.chromium.org/2193813002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc File src/compiler-dispatcher/compiler-dispatcher-job.cc (right): https://codereview.chromium.org/2193813002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc#newcode58 src/compiler-dispatcher/compiler-dispatcher-job.cc:58: source_ = Handle<String>::cast(isolate_->global_handles()->Create(*source)); On 2016/07/29 12:23:31, jochen ...
4 years, 4 months ago (2016-08-01 07:50:24 UTC) #14
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2193813002/diff/20001/src/compiler-dispatcher/compiler-dispatcher-job.cc File src/compiler-dispatcher/compiler-dispatcher-job.cc (right): https://codereview.chromium.org/2193813002/diff/20001/src/compiler-dispatcher/compiler-dispatcher-job.cc#newcode116 src/compiler-dispatcher/compiler-dispatcher-job.cc:116: InternalizeParsingResult(); On 2016/08/01 at 07:50:24, marja wrote: > Wouldn't ...
4 years, 4 months ago (2016-08-01 09:23:01 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2193813002/40001
4 years, 4 months ago (2016-08-01 11:02:26 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-01 11:28:05 UTC) #19
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 11:30:29 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f22ef1207d731f782dafb8872a1afe7401d323b5
Cr-Commit-Position: refs/heads/master@{#38203}

Powered by Google App Engine
This is Rietveld 408576698