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

Issue 5328001: Fix again HeapEntry size problem, now platform-independent way. (Closed)

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

Description

Fix again HeapEntry size problem, now platform-independent way. Rico noticed that V8 ARM builder also fails on HeapEntry size assertion. As MSVC-specific way of fixing the problem causes aliasing problems on G++, I re-implemented conversion using unions. And #ifdefs are gone! TBR=sgjesse@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=5872

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -17 lines) Patch
M src/profile-generator.h View 1 chunk +1 line, -5 lines 0 comments Download
M src/profile-generator.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M src/profile-generator-inl.h View 1 chunk +5 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
mnaganov (inactive)
10 years, 1 month ago (2010-11-23 09:52:16 UTC) #1
Søren Thygesen Gjesse
10 years, 1 month ago (2010-11-23 10:15:15 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698