A question on egcs prototype
Jeffrey A Law
law@cygnus.com
Mon Sep 22 23:34:00 GMT 1997
In message < m0xDJXu-0004ecC@ocean.lucon.org >you write:
> The guideline of my gcc prototyping work is
>
> 1. It should cover all functions used in gcc.
> 2. It should need only the minimal change in gcc structure.
> 3. It should use the original scheme as much as possible.
It should be done in stages:
* Handle the easy stuff first, file by file separately.
* Punt anything that is in any way controversial and revisit
after the obviously correct stuff goes in.
Jeff
More information about the Gcc
mailing list