[cfe-dev] Objective-C top-level constructs code generation
Daniel Dunbar
daniel at zuster.org
Mon Aug 11 17:29:40 PDT 2008
Hi David,
> Sadly, I haven't had a chance to do much with this lately. I still
> have a huge pile of clang diffs sitting on my machine waiting to be
> submitted, and I've made a number of bug fixes in the copy of
> <snip>
As you may have noticed I have started work on support for the NeXT
runtime. While I'm not going to go out of my way to change the
CGObjCRuntime interface if there are things that need to be changed or
improvements to the API I was planning on doing them.
Obviously this is an issue if you have outstanding diffs vs the current
interface. I don't want to make extra work for you but its not clear what
else we can do.
What kinds of changes are in the "huge pile" of diffs? Are they primarily
changes to the internals or have you also significantly changed the interface?
If it is only the internals then this might not be so bad, but if the interface
has changed as well would it make sense to simply update the current interface
to match your revisions so that the diffs will go easier in the future?
- Daniel
More information about the cfe-dev
mailing list