Bug 6687 - Allow protocol stubs to be inlined
Summary: Allow protocol stubs to be inlined
Status: RESOLVED MOVED
Alias: None
Product: XCB
Classification: Unclassified
Component: Library (show other bugs)
Version: unspecified
Hardware: All All
: lowest enhancement
Assignee: Josh Triplett
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-21 07:05 UTC by Jamey Sharp
Modified: 2019-02-16 19:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.