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

Issue 2253913002: Move asm_module_ and asm_function_ down to DeclarationScope (Closed)

Created:
4 years, 4 months ago by Toon Verwaest
Modified:
4 years, 4 months ago
Reviewers:
titzer, bradnelson, adamk, marja
CC:
v8-reviews_googlegroups.com, bradnelson
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move asm_module_ and asm_function_ down to DeclarationScope BUG=v8:5209 Committed: https://crrev.com/10c72887b555ce488cd7c64fd6324706db8b970a Cr-Commit-Position: refs/heads/master@{#38753}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add directive test #

Patch Set 3 : rebase #

Patch Set 4 : Change to declaration_scope #

Patch Set 5 : moar #

Patch Set 6 : fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -31 lines) Patch
M src/ast/scopeinfo.cc View 2 chunks +13 lines, -9 lines 0 comments Download
M src/ast/scopes.h View 1 2 5 chunks +11 lines, -10 lines 0 comments Download
M src/ast/scopes.cc View 1 2 8 chunks +19 lines, -10 lines 0 comments Download
M src/parsing/parser.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
A test/mjsunit/asm-directive.js View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Toon Verwaest
ptal
4 years, 4 months ago (2016-08-17 15:13:10 UTC) #2
bradnelson
Adam explained the general idea of what you're doing here (moving rarely used fields to ...
4 years, 4 months ago (2016-08-17 21:44:53 UTC) #4
Toon Verwaest
ping
4 years, 4 months ago (2016-08-19 09:32:29 UTC) #5
titzer
lgtm https://codereview.chromium.org/2253913002/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2253913002/diff/1/src/parsing/parser.cc#newcode1338 src/parsing/parser.cc:1338: DCHECK(this->scope()->is_function_scope()); Is it possible that some yahoo would ...
4 years, 4 months ago (2016-08-19 09:38:55 UTC) #6
Toon Verwaest
https://codereview.chromium.org/2253913002/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2253913002/diff/1/src/parsing/parser.cc#newcode1338 src/parsing/parser.cc:1338: DCHECK(this->scope()->is_function_scope()); On 2016/08/19 09:38:55, titzer wrote: > Is it ...
4 years, 4 months ago (2016-08-19 11:04:45 UTC) #7
titzer
On 2016/08/19 11:04:45, Toon Verwaest wrote: > https://codereview.chromium.org/2253913002/diff/1/src/parsing/parser.cc > File src/parsing/parser.cc (right): > > https://codereview.chromium.org/2253913002/diff/1/src/parsing/parser.cc#newcode1338 ...
4 years, 4 months ago (2016-08-19 11:06:17 UTC) #8
marja
parser rubberstamp lgtm (Not to be taken as a comment to the unit test discussion ...
4 years, 4 months ago (2016-08-19 12:42:20 UTC) #10
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/2253913002/100001
4 years, 4 months ago (2016-08-19 12:45:08 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-19 13:29:20 UTC) #14
commit-bot: I haz the power
4 years, 4 months ago (2016-08-19 13:29:43 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/10c72887b555ce488cd7c64fd6324706db8b970a
Cr-Commit-Position: refs/heads/master@{#38753}

Powered by Google App Engine
This is Rietveld 408576698