Re: An assortment of questions

2006-05-28 Thread Mike Stump
On May 28, 2006, at 12:19 AM, Loren Wilton wrote: I'm looking at the need to build a very comprehensive code optimizer and generator for a very strange (antique but still used mainframe) machine. Which machine out of curiosity?

Re: An assortment of questions

2006-05-28 Thread Paul Brook
> The machine is very strange in modern terms.  It doesn't have registers, it > executes code in reverse Polish, the integer data type is a degenerate form > of the floating point data type, pointers are magic, there are no page > tables, and the word size isn't a power of 2, just to start.  Oh, an

An assortment of questions

2006-05-28 Thread Loren Wilton
Hello. This is my first post to this list, so I apologise in advance if I get any of the 'stupid newbie' things wrong in this post. I have spent a while reading the last month's archive. I'm looking at the need to build a very comprehensive code optimizer and generator for a very strange (antiqu