bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/5] Generate a x_server_routine in the sheader so it can be


From: Samuel Thibault
Subject: Re: [PATCH 5/5] Generate a x_server_routine in the sheader so it can be inlined
Date: Mon, 2 Dec 2013 13:09:44 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Well, it means that whenever a protocol gets augmented, one has to
recompile all demuxer functions calling these inlines.  In the example
of trivfs_demuxer, the application itself does not need a rebuild, only
libtrivfs needs, but in other cases that will not be true. This is a
quite subtle issue we need to make sure won't happen, by making sure
all libraries implementing RPCs provide a demuxer function, and don't
just rely on their caller calling the proper server_routine function.
Perhaps it's already the case, and then I'm fine with mig generating
inlines.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]