From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00d501c40ba1$7c4ba930$8201a8c0@cc77109e> From: "Bruce Ellis" To: <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: [9fans] new 8c Date: Wed, 17 Mar 2004 08:55:56 +1100 Topicbox-Message-UUID: 31829040-eacd-11e9-9e20-41e7f4b1d025 I've improved the vlong support in 8c. The missing ops are in, load/store optimizations, and things like add, sub etc. aren't function calls. A simple test (summing a large array of random vlongs) shows a factor of 3 speed up on my machine (braindead PII) so maybe I haven't been just wasting time. It's not ready for public consumption yet but I have thrown a copy at presto and jmk. I'll put it on my web-site in a few days. Reading x86 assemb, let alone generating it is starting to get to me. brucee