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

Issue 160453: X64: Reenabled RSet. (Closed)

Created:
11 years, 4 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

X64: Reenabled RSet.

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -52 lines) Patch
M src/heap.h View 2 chunks +1 line, -3 lines 0 comments Download
M src/heap.cc View 3 chunks +1 line, -26 lines 0 comments Download
M src/heap-inl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/spaces.h View 6 chunks +13 lines, -10 lines 0 comments Download
M src/spaces-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +12 lines, -2 lines 2 comments Download
M src/x64/ic-x64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +185 lines, -5 lines 4 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
Complex review.
11 years, 4 months ago (2009-07-31 13:08:43 UTC) #1
William Hesse
LGTM with comments. http://codereview.chromium.org/160453/diff/1/7 File src/x64/assembler-x64.h (right): http://codereview.chromium.org/160453/diff/1/7#newcode56 Line 56: static inline bool is_int32(uint64_t x) ...
11 years, 4 months ago (2009-08-03 09:03:28 UTC) #2
Lasse Reichstein
11 years, 4 months ago (2009-08-03 10:45:45 UTC) #3
http://codereview.chromium.org/160453/diff/1/7
File src/x64/assembler-x64.h (right):

http://codereview.chromium.org/160453/diff/1/7#newcode56
Line 56: static inline bool is_int32(uint64_t x) {
I'm not sure we shouldn't find a better way to bite someone in the behind for
holding signed data in unsigned variables, and using them without casting.
But let's rename for now. The function isn't used yet, it was just added for
symmetry.

http://codereview.chromium.org/160453/diff/1/9
File src/x64/macro-assembler-x64.cc (right):

http://codereview.chromium.org/160453/diff/1/9#newcode161
Line 161: j(zero, &done);
Done.

http://codereview.chromium.org/160453/diff/1/9#newcode170
Line 170: } else {
Done.

Powered by Google App Engine
This is Rietveld 408576698