Re: [commit: ghc] simd: Make sure the allocator aligns memory on a 16-byte boundary. (08ba8f7)

2011-11-02 Thread Simon Marlow
On 01/11/2011 17:22, Geoffrey Mainlain wrote: Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/08ba8f79c36d18598cd966b1f70c20575087fb32 --- commit

[commit: ghc] simd: Make sure the allocator aligns memory on a 16-byte boundary. (08ba8f7)

2011-11-01 Thread Geoffrey Mainlain
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd http://hackage.haskell.org/trac/ghc/changeset/08ba8f79c36d18598cd966b1f70c20575087fb32 --- commit 08ba8f79c36d18598cd966b1f70c20575087fb32 Author: Geoffrey Mainland

Re: [commit: ghc] simd: Make sure the allocator aligns memory on a 16-byte boundary. (08ba8f7)

2011-11-01 Thread Johan Tibell
Is this going into 7.4? Does this mean all heap objects now use 4 words (e.g. Int is now twice as big)? On Tue, Nov 1, 2011 at 10:22 AM, Geoffrey Mainlain gmain...@galois.comwrote: Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : simd

Re: [commit: ghc] simd: Make sure the allocator aligns memory on a 16-byte boundary. (08ba8f7)

2011-11-01 Thread Johan Tibell
Just saw the branch name. This is in a branch. Please ignore me. On Tue, Nov 1, 2011 at 10:32 AM, Johan Tibell johan.tib...@gmail.comwrote: Is this going into 7.4? Does this mean all heap objects now use 4 words (e.g. Int is now twice as big)? On Tue, Nov 1, 2011 at 10:22 AM, Geoffrey