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

Issue 1422463004: Disable loads and stores to global vars through property cell shortcuts installed into parent scrip… (Closed)

Created:
5 years, 2 months ago by Igor Sheludko
Modified:
5 years, 2 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com, Michael Hablich
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Disable loads and stores to global vars through property cell shortcuts installed into parent script context. The plan is to implement the same idea using vector IC machinery. Committed: https://crrev.com/be5720c2e3a228e56eade6bbdb5279eab6e242d9 Cr-Commit-Position: refs/heads/master@{#31438}

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -7 lines) Patch
M src/flag-definitions.h View 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 8 chunks +309 lines, -6 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
Igor Sheludko
PTAL
5 years, 2 months ago (2015-10-21 12:13:41 UTC) #4
Benedikt Meurer
lgtm
5 years, 2 months ago (2015-10-21 12:55:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422463004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422463004/40001
5 years, 2 months ago (2015-10-21 12:56:25 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:40001)
5 years, 2 months ago (2015-10-21 13:00:34 UTC) #8
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/be5720c2e3a228e56eade6bbdb5279eab6e242d9 Cr-Commit-Position: refs/heads/master@{#31438}
5 years, 2 months ago (2015-10-21 13:00:46 UTC) #9
rmcilroy
Could you please CC me or one of the interpreter team when you make changes ...
5 years, 2 months ago (2015-10-21 16:25:14 UTC) #10
rmcilroy
On 2015/10/21 16:25:14, rmcilroy wrote: > Could you please CC me or one of the ...
5 years, 2 months ago (2015-10-21 16:28:36 UTC) #11
Igor Sheludko
5 years, 2 months ago (2015-10-21 16:37:57 UTC) #12
Message was sent while issue was closed.
On 2015/10/21 16:28:36, rmcilroy wrote:
> On 2015/10/21 16:25:14, rmcilroy wrote:
> > Could you please CC me or one of the interpreter team when you make changes
> like
> > this that affect the interpreter / interpreter tests - I had no idea global
> > loads had changed and the first I knew was when in-flight tests started
> failing
> > after I synced.
> 
> We've now got no tests for LoadGlobal / StoreGlobal / CallGlobal here. Should
I
> add tests for the !FLAG_global_var_shortcuts mode or is this going to change
> again in a day or two?

I'm sorry I didn't inform your team. You don't need to care about these tests. I
already updated them in the follow-up CL:
https://codereview.chromium.org/1419823003/

Powered by Google App Engine
This is Rietveld 408576698