This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: Second patch ping


Ian Lance Taylor <ian@wasabisystems.com> writes:
[...]
> Sounds reasonable for gcc.c.  Seems like overkill for collect2.c, but
> I suppose we can shoehorn that in as well.
>
> (I hope you're kidding about thinking that struct rusage is universal;
> it's not even POSIX.)

Yes, that was a feeble joke.

> Here is a sample Unix only implementation, followed by the patch to
> other gcc files.  This is not yet well tested, but I'd like to hear
> feedback before I put a lot of time into it.

I like the looks of this.  We will need to keep the old pexecute()
interface around for backward compatibility, but it ought to be
implementable on top of the new interface.  Did you encounter any
places where the interface was awkward to implement?

zw


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