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

Issue 2220463002: Hook up compiler dispatcher jobs to lazy parser. (Closed)

Created:
4 years, 4 months ago by jochen (gone - plz use gerrit)
Modified:
4 years, 4 months ago
Reviewers:
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

Hook up compiler dispatcher jobs to lazy parser. The lazy parser actually parses eagerly. It's called lazy because it parses functions that were previously lazy parsed. D'uh. BUG=v8:5215 R=marja@chromium.org Committed: https://crrev.com/255cc15f98507e2bba49574f4dc38c74deb0ca2c Cr-Commit-Position: refs/heads/master@{#38375}

Patch Set 1 #

Total comments: 6

Patch Set 2 : updates #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -9 lines) Patch
M src/compiler-dispatcher/compiler-dispatcher-job.cc View 1 2 chunks +14 lines, -0 lines 0 comments Download
M src/parsing/parser.h View 1 2 3 chunks +7 lines, -2 lines 0 comments Download
M src/parsing/parser.cc View 1 2 6 chunks +11 lines, -6 lines 0 comments Download
M test/unittests/compiler-dispatcher/compiler-dispatcher-job-unittest.cc View 3 chunks +43 lines, -1 line 0 comments Download

Messages

Total messages: 22 (14 generated)
jochen (gone - plz use gerrit)
4 years, 4 months ago (2016-08-05 07:37:28 UTC) #1
marja
https://codereview.chromium.org/2220463002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc File src/compiler-dispatcher/compiler-dispatcher-job.cc (left): https://codereview.chromium.org/2220463002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc#oldcode69 src/compiler-dispatcher/compiler-dispatcher-job.cc:69: parse_info_->set_hash_seed(isolate_->heap()->HashSeed()); Why don't you need the hash seed any ...
4 years, 4 months ago (2016-08-05 09:43:05 UTC) #6
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2220463002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc File src/compiler-dispatcher/compiler-dispatcher-job.cc (left): https://codereview.chromium.org/2220463002/diff/1/src/compiler-dispatcher/compiler-dispatcher-job.cc#oldcode69 src/compiler-dispatcher/compiler-dispatcher-job.cc:69: parse_info_->set_hash_seed(isolate_->heap()->HashSeed()); On 2016/08/05 at 09:43:05, marja wrote: > Why ...
4 years, 4 months ago (2016-08-05 11:20:16 UTC) #9
marja
lgtm
4 years, 4 months ago (2016-08-05 11:59:24 UTC) #16
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/2220463002/40001
4 years, 4 months ago (2016-08-05 11:59:45 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-05 12:01:51 UTC) #19
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/255cc15f98507e2bba49574f4dc38c74deb0ca2c Cr-Commit-Position: refs/heads/master@{#38375}
4 years, 4 months ago (2016-08-05 12:03:20 UTC) #21
Michael Achenbach
4 years, 4 months ago (2016-08-05 12:33:35 UTC) #22
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/2211393003/ by machenbach@chromium.org.

The reason for reverting is: Need to revert
https://codereview.chromium.org/2216563003 - just reland rebased version.

Powered by Google App Engine
This is Rietveld 408576698