Summary: | Use of global labels in fbHaveMMX() | ||
---|---|---|---|
Product: | pixman | Reporter: | Owen Taylor <otaylor> |
Component: | pixman | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | CC: | mldb |
Version: | 0.1.3 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Patch I've applied to cairo/pixman |
Description
Owen Taylor
2005-08-28 12:50:37 UTC
Created attachment 3091 [details] [review] Patch I've applied to cairo/pixman I've applied the attached patch to libpixman; Marco tested that it fixed his problem. Billy - can you do the merge-to-xserver drill? While I have no problem with the change, it seems like the problem occurs when fbHaveMMX is inlined into fbComposeSetupMMX, which seems odd. Are we bringing any of this onto ourselves by compiling with these parameters: -Winline --param inline-unit-growth=10000 --param large-function-growth=10000 Or, is this just -O3 being completely insane and bloating code? I have applied the patch to xserver. It may indeed be a bad interaction between our "inline big functions" parameters and -O3's "inline even when not asked for" behavior. But I think the change is correct in any case. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.