Re: [HarfBuzz] How harfbuzz handles memory alignment?

2016-12-01 Thread Behdad Esfahbod
Right. Note that on Arm, gcc aligns even byte-structs to 4 bytes. That's why we have -mstructure-size-boundary=8 in configure.ac on arm. On Sun, Nov 27, 2016 at 1:22 PM, Ebrahim Byagowi wrote: > didn't know about byte array alignment trick, thanks :) > > On Sun, Nov 27,

Re: [HarfBuzz] How harfbuzz handles memory alignment?

2016-11-27 Thread Ebrahim Byagowi
didn't know about byte array alignment trick, thanks :) On Sun, Nov 27, 2016 at 6:16 PM, Richard Wordingham < richard.wording...@ntlworld.com> wrote: > On Sat, 26 Nov 2016 23:52:40 +0330 > Ebrahim Byagowi wrote: > > > Hey guys, just like to know how harfbuzz handles memory

Re: [HarfBuzz] How harfbuzz handles memory alignment?

2016-11-27 Thread Richard Wordingham
On Sat, 26 Nov 2016 23:52:40 +0330 Ebrahim Byagowi wrote: > Hey guys, just like to know how harfbuzz handles memory alignment > without having even one #pragma pack around? Does `IntType` >

[HarfBuzz] How harfbuzz handles memory alignment?

2016-11-26 Thread Ebrahim Byagowi
Hey guys, just like to know how harfbuzz handles memory alignment without having even one #pragma pack around? Does `IntType` handles padding somehow or harfbuzz copies its own