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

Issue 2264053003: Keep track of the addition order of variables explicitly. (Closed)

Created:
4 years, 4 months ago by Toon Verwaest
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

Keep track of the addition order of variables explicitly. This avoids needing to allocate a zonelist on the fly later, sorting variables_, for which we also need to keep track of order in the hashmap. In a later phase we can make sure that Variable is always uniquely in either of params_, temps_ and ordered_variables_. In that case we can use a linked list through Variable. BUG=v8:5209 Committed: https://crrev.com/6ea8b4f2160c1bcd83010664e20874546ec3ac5d Cr-Commit-Position: refs/heads/master@{#38810}

Patch Set 1 #

Patch Set 2 : Rename #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -63 lines) Patch
M src/ast/scopes.h View 1 2 3 chunks +17 lines, -1 line 0 comments Download
M src/ast/scopes.cc View 1 2 11 chunks +26 lines, -59 lines 0 comments Download
M src/base/hashmap.h View 3 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
Toon Verwaest
ptal
4 years, 4 months ago (2016-08-22 16:11:49 UTC) #3
marja
lgtm
4 years, 4 months ago (2016-08-23 08:23:28 UTC) #4
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/2264053003/40001
4 years, 4 months ago (2016-08-23 08:54:22 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-23 09:18:16 UTC) #10
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 09:18:37 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6ea8b4f2160c1bcd83010664e20874546ec3ac5d
Cr-Commit-Position: refs/heads/master@{#38810}

Powered by Google App Engine
This is Rietveld 408576698