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

Issue 11437015: When spilling live range with not register uses inside the loop try to move spilling out of the loo… (Closed)

Created:
8 years ago by Vyacheslav Egorov (Google)
Modified:
7 years, 9 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

When spilling live range with not register uses inside the loop try to move spilling out of the loop. This allows to minimize amount of memory moves on the back edge. R=danno@chromium.org BUG= Committed: http://code.google.com/p/v8/source/detail?r=13960

Patch Set 1 #

Total comments: 13

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -2 lines) Patch
M src/lithium-allocator.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/lithium-allocator.cc View 1 3 chunks +48 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Vyacheslav Egorov (Google)
8 years ago (2012-12-05 13:27:20 UTC) #1
danno
https://codereview.chromium.org/11437015/diff/1/src/lithium-allocator.cc File src/lithium-allocator.cc (right): https://codereview.chromium.org/11437015/diff/1/src/lithium-allocator.cc#newcode1951 src/lithium-allocator.cc:1951: if (loop_header != NULL) { Don't you want a ...
7 years, 11 months ago (2013-01-02 17:35:14 UTC) #2
Vyacheslav Egorov (Google)
Thanks for your comments. Hopefully I'll manage to address them this week. https://codereview.chromium.org/11437015/diff/1/src/lithium-allocator.cc File src/lithium-allocator.cc ...
7 years, 11 months ago (2013-01-07 06:42:25 UTC) #3
danno
https://codereview.chromium.org/11437015/diff/1/src/lithium-allocator.cc File src/lithium-allocator.cc (right): https://codereview.chromium.org/11437015/diff/1/src/lithium-allocator.cc#newcode1956 src/lithium-allocator.cc:1956: loop_header->first_instruction_index()); On 2013/01/07 06:42:25, Vyacheslav Egorov (Google) wrote: > ...
7 years, 11 months ago (2013-01-08 12:39:22 UTC) #4
Vyacheslav Egorov (Google)
Please take another look.
7 years, 11 months ago (2013-01-25 13:19:24 UTC) #5
danno
lgtm
7 years, 10 months ago (2013-02-01 11:56:39 UTC) #6
Vyacheslav Egorov (Google)
7 years, 9 months ago (2013-03-15 13:26:02 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r13960 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698