This is the mail archive of the gcc@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: Objective-C bugs and GCC releases


Gabriel Dos Reis schrieb:
Adrian Robert <arobert@cogsci.ucsd.edu> writes:

[...]

| What about splitting gcc into two branches, a "high performance"
| branch, where heavy optimization takes place, and a "completeness"
| branch, where the priority is on platform and language support.
| Releases come off both branches: C, C++, maybe Fortran support on
| the performance branch, and all languages on the other.


wouldn't it be better if I want to have a working compiler for language x to download the lastest version of gcc-x and the version of gcc-backend this language depends on?
I see it is not perfect to have different backends(or other parts) as "current release", but imho it is much better than having gcc-all releases with languages that don't work


and that doesn't permanently need more resources as maintaining two branches does.


-- Stefan Strasser


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