Behdad Esfahbod
Behdad Esfahbod
> On Linux, I actually see 5% slowdown on the ligature-heavy `BM_Shape/SourceSerifVariable-Roman.ttf/react-dom.txt/harfrust` benchmark and 1% slowdown in other benches. I rebuilt with release mode, which means `codegen-units` 1 instead of...
I also see 10 to 20% slowdown. I think it's that now ready every member has more work to do, because the bytes processing didn't get cheaper, it's just that...
This is going to be extremely frustrating to debug.
> I wonder if this is a browser bug. GCC 15 has had a bug on some platforms when building HarfBuzz https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119834 While I think this might be a compiler...
This https://github.com/harfbuzz/harfbuzz/pull/5323 make a difference?
I'm out of ideas.
Please, someone who experiences this open a bug against gcc before this compiler becomes more prevalent. I just tried building gcc 15 from git on my Linux machine and gave...
I built gcc-15.1 from the tarball and built HB with `c++ -O3 -Werror=uninitialized`. Built successfully for me. I'm going to close since we can't really do anything about it.
> > I built gcc-15.1 from the tarball and built HB with `c++ -O3 -Werror=uninitialized`. Built successfully for me. I'm going to close since we can't really do anything about...
I did a 32bit build on my 64bit Fedora using the gcc 15.1 with O2 and O3. Both built.