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

Issue 1583783003: [Interpreter] Adds support for variable/function declarations in lookup slots. (Closed)

Created:
4 years, 11 months ago by mythria
Modified:
4 years, 11 months ago
Reviewers:
rmcilroy
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

[Interpreter] Adds support for variable/function declarations in lookup slots. Adds support for variable and function declarations in lookup slots to the interpreter. BUG=v8:4280 LOG=N Committed: https://crrev.com/dac46ef7171ed3003ecbc526e21f3c7f68c2ef1a Cr-Commit-Position: refs/heads/master@{#33355}

Patch Set 1 #

Total comments: 20

Patch Set 2 : Addresses comments from Ross. #

Patch Set 3 : Rebased the patch and fixed a typo in a comment. #

Total comments: 4

Patch Set 4 : Fixes comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -139 lines) Patch
M src/interpreter/bytecode-generator.cc View 1 2 3 5 chunks +45 lines, -6 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 12 chunks +128 lines, -133 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 1 chunk +75 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
mythria
PTAL. Thanks, Mythri https://codereview.chromium.org/1583783003/diff/1/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1583783003/diff/1/src/interpreter/bytecode-generator.cc#newcode1443 src/interpreter/bytecode-generator.cc:1443: // initializations of const declarations. This ...
4 years, 11 months ago (2016-01-13 17:27:21 UTC) #2
rmcilroy
https://codereview.chromium.org/1583783003/diff/1/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1583783003/diff/1/src/interpreter/bytecode-generator.cc#newcode567 src/interpreter/bytecode-generator.cc:567: TemporaryRegisterScope temporary_register_scope(builder()); Please don't use TemporaryRegisterScope (it is going ...
4 years, 11 months ago (2016-01-14 11:21:12 UTC) #3
mythria
Thanks for the review. I fixed them. PTAL, Thanks, Mythri https://codereview.chromium.org/1583783003/diff/1/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1583783003/diff/1/src/interpreter/bytecode-generator.cc#newcode567 ...
4 years, 11 months ago (2016-01-15 11:27:05 UTC) #4
rmcilroy
LGTM with a request, thanks. https://codereview.chromium.org/1583783003/diff/40001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1583783003/diff/40001/src/interpreter/bytecode-generator.cc#newcode448 src/interpreter/bytecode-generator.cc:448: RegisterAllocationScope register_scope(this); Instead of ...
4 years, 11 months ago (2016-01-15 14:17:21 UTC) #5
mythria
Thanks, https://codereview.chromium.org/1583783003/diff/40001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1583783003/diff/40001/src/interpreter/bytecode-generator.cc#newcode448 src/interpreter/bytecode-generator.cc:448: RegisterAllocationScope register_scope(this); On 2016/01/15 14:17:20, rmcilroy wrote: > ...
4 years, 11 months ago (2016-01-15 17:10:36 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1583783003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1583783003/60001
4 years, 11 months ago (2016-01-15 17:10:55 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-15 17:31:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1583783003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1583783003/60001
4 years, 11 months ago (2016-01-18 11:38:56 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-18 12:00:09 UTC) #14
commit-bot: I haz the power
4 years, 11 months ago (2016-01-18 12:00:29 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/dac46ef7171ed3003ecbc526e21f3c7f68c2ef1a
Cr-Commit-Position: refs/heads/master@{#33355}

Powered by Google App Engine
This is Rietveld 408576698