Colin _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel
I notice that the cmem unit does not align memory in the same way as the
default unit - removing the cmem unit makes a factor of two difference
in the speed of some double precision matrix code. (My system is i386).
Inspecting the cmem unit indicates the issue is the extra bytes
allocated for the count - is this really needed? Or do we have to
allocate more bytes for blocks that are a multiple of 8?
- [fpc-devel] cmem not aligning memory C Western
- Re: [fpc-devel] cmem not aligning memory Jonas Maebe
- Re: [fpc-devel] cmem not aligning memory Marco van de Voort
- Re: [fpc-devel] cmem not aligning memory Michalis Kamburelis
- Re: [fpc-devel] cmem not aligning memory Micha Nelissen
- Re: [fpc-devel] cmem not aligning memory Jonas Maebe
- Re: [fpc-devel] cmem not aligning memory Michael Schnell
- Re: [fpc-devel] cmem not aligning mem... Jonas Maebe
- Re: [fpc-devel] cmem not alignin... Michael Schnell
- Re: [fpc-devel] cmem not ali... Marco van de Voort
- Re: [fpc-devel] cmem not... Michael Schnell