CompuServe Messages

#Generating PURE code?

    21-Jan-89 20:18:35
Fm: George Brickner 70040,104
To: Bob Rakosky 75156,336
Actually I'm surprized that any compiler for a multi-tasking system would generate anything but reentrant code. I haven't bought an Amiga C compiler yet, I'm just playing with PDC. Do both Lattice and Manx generate PURE code? I write OS/2 code for my employer. OS/2 shares the code segment of a program with all tasks and allocates separate segments for static and global data (the stack is in the global area too). (And we all know that the Amiga is better than any old Intel based system <grin>) Geo