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

Issue 2273013002: [modules] Split exports into regular and special, store regular ones in a multimap. (Closed)

Created:
4 years, 4 months ago by neis
Modified:
4 years, 3 months ago
Reviewers:
adamk
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

[modules] Split exports into regular and special, store regular ones in a multimap. BUG=v8:1569 Committed: https://crrev.com/6e67d042601bb6773c7a73dc3e290bdb50b4e68e Cr-Commit-Position: refs/heads/master@{#38889}

Patch Set 1 #

Patch Set 2 : ... #

Total comments: 4

Patch Set 3 : Add TODO. #

Patch Set 4 : git cl format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -74 lines) Patch
M src/ast/modules.h View 1 2 4 chunks +23 lines, -5 lines 0 comments Download
M src/ast/modules.cc View 1 5 chunks +45 lines, -34 lines 0 comments Download
M src/ast/scopes.cc View 1 2 1 chunk +5 lines, -7 lines 0 comments Download
M src/zone-containers.h View 1 chunk +12 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 3 4 chunks +52 lines, -28 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
neis
PTAL. https://codereview.chromium.org/2273013002/diff/20001/src/ast/modules.cc File src/ast/modules.cc (right): https://codereview.chromium.org/2273013002/diff/20001/src/ast/modules.cc#newcode108 src/ast/modules.cc:108: ZoneSet<const AstRawString*> export_names(zone); For simplicity, I'm now using ...
4 years, 4 months ago (2016-08-24 14:46:04 UTC) #3
adamk
lgtm https://codereview.chromium.org/2273013002/diff/20001/src/ast/modules.h File src/ast/modules.h (right): https://codereview.chromium.org/2273013002/diff/20001/src/ast/modules.h#newcode112 src/ast/modules.h:112: ZoneList<const ModuleEntry*> special_imports_; Maybe add a TODO to ...
4 years, 3 months ago (2016-08-24 18:06:09 UTC) #9
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/2273013002/40001
4 years, 3 months ago (2016-08-25 08:01:46 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/22550)
4 years, 3 months ago (2016-08-25 08:06:33 UTC) #14
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/2273013002/60001
4 years, 3 months ago (2016-08-25 08:08:46 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-08-25 08:37:17 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 08:37:35 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6e67d042601bb6773c7a73dc3e290bdb50b4e68e
Cr-Commit-Position: refs/heads/master@{#38889}

Powered by Google App Engine
This is Rietveld 408576698