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

Issue 1262803002: Stop overallocating feedback vector slots. (Closed)

Created:
5 years, 4 months ago by mvstanton
Modified:
5 years, 4 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Stop overallocating feedback vector slots. When a Property or a VariableProxy is used as the left hand side of an assignment statement, there is no need to allocate a LOAD_IC feedback vector slot for it. Alter the numbering phase to support this. BUG= Committed: https://crrev.com/f469b21143b812aad1ea92ae730f5b7d36b3c702 Cr-Commit-Position: refs/heads/master@{#29924}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fixed nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -22 lines) Patch
M src/ast.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/ast-numbering.cc View 1 4 chunks +30 lines, -6 lines 0 comments Download
M src/type-info.cc View 3 chunks +23 lines, -14 lines 0 comments Download
M test/cctest/test-feedback-vector.cc View 1 chunk +97 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
mvstanton
Hi Benedikt, Here is a fix for the bug we saw the other day, where ...
5 years, 4 months ago (2015-07-29 12:39:27 UTC) #1
mvstanton
Hi Benedikt, Here is a fix for the bug we saw the other day, where ...
5 years, 4 months ago (2015-07-29 12:39:48 UTC) #3
Benedikt Meurer
Awesome! LGTM with nit. https://codereview.chromium.org/1262803002/diff/1/src/ast-numbering.cc File src/ast-numbering.cc (right): https://codereview.chromium.org/1262803002/diff/1/src/ast-numbering.cc#newcode326 src/ast-numbering.cc:326: if (expr->IsProperty()) Nit: if { ...
5 years, 4 months ago (2015-07-30 06:32:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1262803002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1262803002/20001
5 years, 4 months ago (2015-07-30 09:28:52 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 4 months ago (2015-07-30 10:38:03 UTC) #8
commit-bot: I haz the power
5 years, 4 months ago (2015-07-30 10:38:16 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f469b21143b812aad1ea92ae730f5b7d36b3c702
Cr-Commit-Position: refs/heads/master@{#29924}

Powered by Google App Engine
This is Rietveld 408576698