
2 Sep
2014
2 Sep
'14
12:07 p.m.
On 08/08/2014 13:15, Johan Tibell wrote:
We seem to have two ways to get the same piece of information. We can get the target (?) word size as wORD_SIZE but there's also the platformWordSize field in the Platform data type, which is held as targetPlatform in DynFlags. Which one should I use? Most code uses wORD_SIZE.
We should kill one or the other, probably platformWordSize. Cheers, Simon