Bug 6687

Summary: Allow protocol stubs to be inlined
Product: XCB Reporter: Jamey Sharp <jamey>
Component: LibraryAssignee: Josh Triplett <josh>
Status: RESOLVED MOVED QA Contact:
Severity: enhancement    
Priority: lowest    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Jamey Sharp 2006-04-21 07:05:03 UTC
A substantial size and speed improvement can probably be obtained by generating
'extern inline' copies of request and reply functions in the auto-generated
header files produced by c-client.xsl. The reply functions especially should
result in no instructions after inlining; GCC already tail-call optimizes them
into just a 'jmp' instruction, at least on x86.
Comment 1 chemtech 2013-03-15 13:59:01 UTC
Jamey Sharp 
Do you still experience this issue with newer drivers ?
Please check the status of your issue.
Comment 2 GitLab Migration User 2019-02-16 19:40:57 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/lib/libxcb/issues/17.

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.