Go to file
mikhail.naganov@gmail.com 372087a5bc 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

Review URL: http://codereview.chromium.org/5328001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5872 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-11-23 09:52:52 +00:00
benchmarks Promote the current V8 benchmark suite candidate to version 6. 2010-10-07 07:25:22 +00:00
include New heap profiler: implement fast retaining sizes approximation. 2010-11-22 14:00:40 +00:00
samples Add stack traces to mjsunit tests. 2010-05-14 10:00:24 +00:00
src Fix again HeapEntry size problem, now platform-independent way. 2010-11-23 09:52:52 +00:00
test Remove Gay's dtoa from sources. 2010-11-22 14:42:07 +00:00
tools Remove Gay's dtoa from sources. 2010-11-22 14:42:07 +00:00
.gitignore Add '.cpplint-cache' to ignore lists for SVN and Git. This change also sets 'ignore' property on '.', although this change isn't visible in Rietveld. 2009-12-11 09:01:38 +00:00
AUTHORS ARM: The Simulator will now handle different VFP rounding modes. RZ and RM are implemented. This is a commit of 2010-11-09 08:26:02 +00:00
ChangeLog Prepare push to trunk. Now working on version 2.5.8. 2010-11-18 10:28:47 +00:00
LICENSE Remove Gay's dtoa from sources. 2010-11-22 14:42:07 +00:00
SConstruct Clean up definitions in simulator. 2010-10-25 16:40:41 +00:00