Objective-C bugs and GCC releases
Mike Stump
mrs@apple.com
Wed Jan 26 00:29:00 GMT 2005
On Jan 25, 2005, at 11:38 AM, Anthony Juckel wrote:
> This discussion has piqued my curiosity, so how would one interested
> enough go for pointers on how to get started down the track to
> grok'ing the objc frontend and how it fits into the compiler as a
> whole?
> Also, could anyone provide a link to the outstanding issues
> with the ObjC frontend?
You can look up problems in the gcc bug database. If there are none,
it must be perfect. :-) It if is perfect, then you can compile up all
Objective-C code you can find and test it all.
From there, I'd just start by firing up emancs, and gdb of cc1obj in
emacs, put a breakpoint on main, and run it... gcc -v t.m will give
you hints on what arguments to run it with.
Beyond that, you can check out the documentation in the texi files, and
the documentation in the code, and finally, the code itself.
More information about the Gcc
mailing list