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

Issue 1529053003: [turbofan] Flatten cons strings before embedding them into optimized code. (Closed)

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

Description

[turbofan] Flatten cons strings before embedding them into optimized code. Flatten ConsString objects in JSGraph, to make sure we consistently flatten all cons strings no matter which pass creates them. R=yangguo@chromium.org Committed: https://crrev.com/f910ed8e2185ffd781f03deb9742e241a7668118 Cr-Commit-Position: refs/heads/master@{#32878}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -17 lines) Patch
M src/compiler/js-context-specialization.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/compiler/js-frame-specialization.cc View 1 chunk +15 lines, -13 lines 0 comments Download
M src/compiler/js-graph.cc View 1 chunk +3 lines, -1 line 2 comments Download

Depends on Patchset:

Messages

Total messages: 9 (2 generated)
Benedikt Meurer
5 years ago (2015-12-16 06:21:34 UTC) #1
Benedikt Meurer
Hey Yang, Simple follow up CL. Please take a look. Thanks, Benedikt
5 years ago (2015-12-16 06:22:02 UTC) #2
Yang
lgtm. https://codereview.chromium.org/1529053003/diff/1/src/compiler/js-graph.cc File src/compiler/js-graph.cc (right): https://codereview.chromium.org/1529053003/diff/1/src/compiler/js-graph.cc#newcode75 src/compiler/js-graph.cc:75: if (value->IsConsString()) { String::Flatten already checks for cons ...
5 years ago (2015-12-16 06:24:16 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/1529053003/diff/1/src/compiler/js-graph.cc File src/compiler/js-graph.cc (right): https://codereview.chromium.org/1529053003/diff/1/src/compiler/js-graph.cc#newcode75 src/compiler/js-graph.cc:75: if (value->IsConsString()) { That doesn't really help, since we'd ...
5 years ago (2015-12-16 06:26:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1529053003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1529053003/1
5 years ago (2015-12-16 06:26:22 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-12-16 06:42:38 UTC) #7
commit-bot: I haz the power
5 years ago (2015-12-16 06:42:56 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f910ed8e2185ffd781f03deb9742e241a7668118
Cr-Commit-Position: refs/heads/master@{#32878}

Powered by Google App Engine
This is Rietveld 408576698