From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Thomas Bushnell, BSG" Message-ID: <877koxh7kw.fsf@becket.becket.net> Content-Type: text/plain; charset=us-ascii References: <20020226213451.56e87b33.matt@proweb.co.uk>, <200202270021.g1R0L0s43681@ducky.net>, Subject: Re: [9fans] compilers - was GUI toolkit for Plan 9 Date: Thu, 28 Feb 2002 16:55:16 +0000 Topicbox-Message-UUID: 5c2bdd68-eaca-11e9-9e20-41e7f4b1d025 "AMSRL-CI-CN" writes: > Unfortunately, performance expectations for new processors require > rather complex architectures involving multiple concurrent pipelines, > etc. making efficient use of the architectures difficult; therefore more > responsibility is placed on the code generators. This seems inevitable. GCC has a generic mechanism for describing pipelined architectures that is pretty good. Thomas