[Poppler-bugs] [Bug 53705] slow with glibc 2.16

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 19 23:53:50 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=53705

--- Comment #4 from Thomas Freitag <Thomas.Freitag at alfa.de> 2012-08-20 06:53:50 UTC ---
(In reply to comment #3)
> Not really, we don't do assembler.

That's not completely true, Albert: SplashMath.h uses already assembler code
(under some circumstances). So it's at least thinkable to do something like 
#if __GNUC__ && __i386__
// use __asm__
#else
// use c-code
#endif
But I would agree if You mean that we prefer to wait for a glibc correction.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list