From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4155089F.5060603@chunder.com> Date: Sat, 25 Sep 2004 15:56:47 +1000 From: Bruce Ellis User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] grid computing -- high performance? References: <4dae32d885c9c4db11381a6734003133@collyer.net> <012501c4a2aa$ea924110$2e587d50@SOMA> In-Reply-To: <012501c4a2aa$ea924110$2e587d50@SOMA> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: e89b70d0-eacd-11e9-9e20-41e7f4b1d025 it's a very nice compiler to deal with. i added some x86 64 bit optims cause i needed them. it was entertaining and educational. and then i got obsessed a bit and did some multiply/divide optims. charles merged his stuff, jmk spent far too much time testing and ... well release 2.1.10.2 is what you get. only joking, the release is obviously the mtime on sources. brucee boyd, rounin wrote: >>Ken's description of the Plan 9 compilers, /sys/doc/compiler.ms, >>describes in some detail how code is generated, and how the >>work is split between compiler and loader (the assembler is >>not involved in compilation). > > exactly. what a brilliant piece of work.