-march prescott: GENERAL_REGS error; but -msseX Ok ?
Ian Lance Taylor
ian@airs.com
Mon Jan 31 09:20:00 GMT 2005
"Sam Lauber" <sam124@operamail.com> writes:
> Is it possible to disable the register allocator completly?
Completely? No. Many instructions on many processors only operate on
registers. gcc has to decide which registers to use.
Partially? Sure. Compile without optimization.
Inline assembler in gcc is definitely a tricky issue. There is one
way to definitely get what you want: write your timing-critical
routine in assembly code.
Ian
More information about the Gcc
mailing list