This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

splitting dependencies in cygwin1.dll


Chris,
	I'd like to split out some of the classes & headers in
cygwin1.dll to make it more loosely coupled. This wouldn't make it less
able to use inlined calls, but would reduce recompiles where non-related
things have not actually changed.

I'd also like to make the headers consistently forward declare required
classes / include their own pre-requisite headers (with forward
declarations preferred).

I'll run all such changes through cygwin-patches for review, but first:
do you have any objections to this being done?

Rob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]