|
From: Julian S. <js...@ac...> - 2005-02-10 14:33:03
|
On Thursday 10 February 2005 12:45, Greg Parker wrote: > This is a patch that makes Valgrind's initial client stack construction > more flexible, for use in ports to other operating systems. In particular, > it can easily be augmented to handle Mac OS X. Greg Thanks for this, and for the other MacOSX hackery. It's good to extend to new platforms. The rate of change of the code base is high at the moment, with some virtual-CPU hacking and other restructuring going on. Much of this isn't publically visible but will be soon. The upshot is that this isn't really a good time for us to merge in MacOSX changes. We are already wrestling with the problem of merging two lines of development so as to get amd64 support working right, and having a third line complicates it even more. The best thing would for you to hold off further patch generation until we can emit an alpha-quality merge of our x86 and amd64 work. We hope to do this within the next month or so. Once that's done, we'll be in a better situation overall to deal with MacOSX-specific changes. J |