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

Issue 3096008: A follow-up to r5211: fix a couple of issues detected on Windows. (Closed)

Created:
10 years, 4 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

A follow-up to r5211: fix a couple of issues detected on Windows. - storage of enums in bit fields; - removing dead entries from address -> id map in HeapObjectsMap; - layout of HeapEntry, to avoid class size increase on ia32 due to alignment; Committed: http://code.google.com/p/v8/source/detail?r=5217

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -7 lines) Patch
M src/profile-generator.h View 4 chunks +7 lines, -7 lines 2 comments Download
M src/profile-generator.cc View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mnaganov (inactive)
10 years, 4 months ago (2010-08-09 14:35:04 UTC) #1
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/3096008/diff/1/3 File src/profile-generator.h (right): http://codereview.chromium.org/3096008/diff/1/3#newcode579 src/profile-generator.h:579: uint64_t id_; Could we have a STATIC_ASSERT on ...
10 years, 4 months ago (2010-08-09 14:44:10 UTC) #2
mnaganov (inactive)
10 years, 4 months ago (2010-08-09 15:18:37 UTC) #3
http://codereview.chromium.org/3096008/diff/1/3
File src/profile-generator.h (right):

http://codereview.chromium.org/3096008/diff/1/3#newcode579
src/profile-generator.h:579: uint64_t id_;
On 2010/08/09 14:44:10, Søren Gjesse wrote:
> Could we have a STATIC_ASSERT on sizeof(HeapEntry)? Or maybe a simple cctest?

OK, will do this as a separate commit.

Powered by Google App Engine
This is Rietveld 408576698