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

Issue 162001: Fix bug in X64 RSet code. Optimize IA32 version. (Closed)

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

Description

Fix bug in X64 RSet code. Optimize IA32 version.

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -39 lines) Patch
M src/ia32/macro-assembler-ia32.cc View 1 chunk +12 lines, -11 lines 5 comments Download
M src/spaces-inl.h View 1 chunk +9 lines, -10 lines 1 comment Download
M src/x64/macro-assembler-x64.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein
Smallish review.
11 years, 4 months ago (2009-08-05 09:51:56 UTC) #1
William Hesse
LGTM. Are the Mozilla tests verified? http://codereview.chromium.org/162001/diff/1/2 File src/ia32/macro-assembler-ia32.cc (right): http://codereview.chromium.org/162001/diff/1/2#newcode70 Line 70: // Adjust ...
11 years, 4 months ago (2009-08-05 10:17:50 UTC) #2
Kevin Millikin (Chromium)
LGTM. http://codereview.chromium.org/162001/diff/1/2 File src/ia32/macro-assembler-ia32.cc (right): http://codereview.chromium.org/162001/diff/1/2#newcode59 Line 59: masm->and_(object, ~Page::kPageAlignmentMask); This whole function is probably ...
11 years, 4 months ago (2009-08-05 10:26:15 UTC) #3
William Hesse
11 years, 4 months ago (2009-08-05 10:36:15 UTC) #4
LGTM.  Are the Mozilla tests verified?

Powered by Google App Engine
This is Rietveld 408576698