- 论坛徽章:
- 0
|
Theo de Raadt(OpenBSD领袖)关于gcc的一些话:
Jeremy Andrews: Why haven't we seen an OpenCC, or OpenX?
Theo de Raadt: To a certain extent we already have an OpenX, since Matthieu Herrb works in the OpenBSD X tree to develop new things. This is why our xterm has been privilege revoking for years now, and our X server is privilege separating.
I would love a new C compiler, but mostly because I feel that the gcc model is unmaintainable in the long term. What the gcc people have created is a compiler that is heavy on optimization. The result of their imperfect efforts thus is a compiler that generates incorrect code from time to time, and this affects us all. That also makes it very slow. I would love to see a new C compiler that was fully compliant, did minimal optimization, was small and fast, and high quality. But there is nothing in the open source sphere for that today. Nothing, nothing at all. We have investigated about 5 choices. |
|