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

Issue 2107243002: [turbofan] Don't call String::Flatten in Constant::ToHeapObject() (Closed)

Created:
4 years, 5 months ago by ahaas
Modified:
4 years, 5 months ago
Reviewers:
Benedikt Meurer, titzer
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

[turbofan] Don't call String::Flatten in Constant::ToHeapObject() The call to String::Flatten can cause garbage collection and in general adds complexity to the code generation. It also blocks the way to run code generation on worker threads. The call to String::Flatten in Constant::ToHeapObject() seems not to be necessary for correctness. If removing this call affects performance negatively, we can revert this CL. Committed: https://crrev.com/5d8cfbbd06d04e218a116f9176d278bcd21d9a9b Cr-Commit-Position: refs/heads/master@{#37422}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -3 lines) Patch
M src/compiler/instruction.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
ahaas
4 years, 5 months ago (2016-06-30 08:33:31 UTC) #3
titzer
lgtm
4 years, 5 months ago (2016-06-30 08:35:32 UTC) #4
Benedikt Meurer
LGTM, thanks.
4 years, 5 months ago (2016-06-30 08:36:21 UTC) #6
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/2107243002/1
4 years, 5 months ago (2016-06-30 08:36:33 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-06-30 08:38:44 UTC) #10
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 08:38:45 UTC) #11
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 08:41:23 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/5d8cfbbd06d04e218a116f9176d278bcd21d9a9b
Cr-Commit-Position: refs/heads/master@{#37422}

Powered by Google App Engine
This is Rietveld 408576698