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

Issue 2608333002: [cleanup] remove sloppy generator/async function maps (Closed)

Created:
3 years, 11 months ago by caitp
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[cleanup] remove sloppy generator/async function maps These maps contain exactly the same information as the strict maps, so this frees up a few pointers of native context space, gets rid of some branches in FastNewClosure, and adds missing poisoned properties tests for async functions. BUG=v8:2355, v8:4483 R=adamk@chromium.org, bmeurer@chromium.org, littledan@chromium.org Review-Url: https://codereview.chromium.org/2608333002 Cr-Commit-Position: refs/heads/master@{#42051} Committed: https://chromium.googlesource.com/v8/v8/+/c523474713e11e98f0b87f2d7137cf3465aab13c

Patch Set 1 #

Patch Set 2 : [cleanup] remove sloppy generator/async function maps #

Total comments: 2

Patch Set 3 : [cleanup] remove sloppy generator/async function maps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -56 lines) Patch
M src/bootstrapper.cc View 1 2 6 chunks +14 lines, -32 lines 0 comments Download
M src/builtins/builtins-constructor.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M src/contexts.h View 2 chunks +4 lines, -8 lines 0 comments Download
M src/objects.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/async-await-basic.js View 1 chunk +22 lines, -8 lines 0 comments Download

Messages

Total messages: 18 (12 generated)
caitp
ptal --- some cleanup I've been wanting to land for a while. As far as ...
3 years, 11 months ago (2017-01-03 20:18:12 UTC) #7
adamk
lgtm % nit Some git archaeology suggests that these have been duplicated since https://codereview.chromium.org/1027283004 https://codereview.chromium.org/2608333002/diff/20001/src/bootstrapper.cc ...
3 years, 11 months ago (2017-01-03 20:55:41 UTC) #10
caitp
On 2017/01/03 20:55:41, adamk wrote: > lgtm % nit > > Some git archaeology suggests ...
3 years, 11 months ago (2017-01-03 21:12:05 UTC) #11
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/2608333002/40001
3 years, 11 months ago (2017-01-03 21:12:19 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/v8/v8/+/c523474713e11e98f0b87f2d7137cf3465aab13c
3 years, 11 months ago (2017-01-03 21:38:28 UTC) #17
Benedikt Meurer
3 years, 11 months ago (2017-01-04 04:57:01 UTC) #18
Message was sent while issue was closed.
Awesome, LGTM!

Powered by Google App Engine
This is Rietveld 408576698