patch applied (ghc): Use StgWord64 instead of ullong
Ian Lynagh
igloo at earth.li
Wed Apr 21 13:28:19 EDT 2010
Wed Apr 21 09:23:36 PDT 2010 Ian Lynagh <igloo at earth.li>
* Use StgWord64 instead of ullong
This patch also fixes ullong_format_string (renamed to showStgWord64)
so that it works with values outside the 32bit range (trac #3979), and
simplifies the without-commas case.
M ./includes/rts/Types.h -7
M ./rts/Papi.c -2 +2
M ./rts/Profiling.c -2 +2
M ./rts/RtsUtils.c -18 +67
M ./rts/RtsUtils.h -1 +1
M ./rts/Stats.c -17 +17
M ./rts/parallel/0Parallel.h -1 +1
M ./rts/parallel/ParTicky.c -23 +23
M ./rts/parallel/Parallel.c -8 +8
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100421162336-3fd76-0e19c4350e9546016e6fb13a778ac48eb6380810.gz
More information about the Cvs-ghc
mailing list