Re: Debugging METAL C

2009-11-09 Thread Thomas David Rivers
David Crayford wrote: Thomas David Rivers wrote: David Crayford wrote: Just to answer David's questions: I haven't looked at Systems/C for a while. It gives you everything Metal/C provides but with a complete runtime, and I prefer the syntax for inlining assembler to the GCC clobber

Re: Debugging METAL C

2009-11-09 Thread Shmuel Metz (Seymour J.)
In <4af4cb16.50...@gmail.com>, on 11/07/2009 at 09:19 AM, David Crayford said: >I'm impressed by the code optimizing compilers generate these days. OTOH, I was impressed by the failure to generate better code, e.g., using an RX instruction to clear a register when an RR instruction would have

Re: Debugging METAL C

2009-11-05 Thread Edward Jaffe
Thomas David Rivers wrote: Edward Jaffe wrote: What do you use to debug your METAL C programs? We use IBM's ASMIDF to debug the similar Dignus Systems/C environment. XDC would be a good choice too... Systems/C provides DSECTs for automatic variables, and has comments that include the origin

Re: Debugging METAL C

2009-11-05 Thread Sam Siegel
z/XDC. I still like to see exactly what is going on. On Thu, Nov 5, 2009 at 9:29 PM, Edward Jaffe wrote: > Sam Siegel wrote: > >> xdc >> >> > > c/XDC or z/XDC? > > > -- > Edward E Jaffe > Phoenix Software International, Inc > 5200 W Century Blvd, Suite 800 > Los Angeles, CA 90045 > 310-338-0400

Re: Debugging METAL C

2009-11-05 Thread Thomas David Rivers
Edward Jaffe wrote: What do you use to debug your METAL C programs? We use IBM's ASMIDF to debug the similar Dignus Systems/C environment. XDC would be a good choice too... Systems/C provides DSECTs for automatic variables, and has comments that include the original C code; so if you have a

Re: Debugging METAL C

2009-11-05 Thread Edward Jaffe
Sam Siegel wrote: xdc c/XDC or z/XDC? -- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 edja...@phoenixsoftware.com http://www.phoenixsoftware.com/ ---

Re: Debugging METAL C

2009-11-05 Thread Sam Siegel
xdc On Thu, Nov 5, 2009 at 6:56 PM, Edward Jaffe wrote: > What do you use to debug your METAL C programs? > > -- > Edward E Jaffe > Phoenix Software International, Inc > 5200 W Century Blvd, Suite 800 > Los Angeles, CA 90045 > 310-338-0400 x318 > edja...@phoenixsoftware.com > http://www.phoenixso

Debugging METAL C

2009-11-05 Thread Edward Jaffe
What do you use to debug your METAL C programs? -- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 edja...@phoenixsoftware.com http://www.phoenixsoftware.com/ ---