>does the function that causes 8c to quit declare a large >number of "register int" variables?
it ignores you, and works that out itself. usually the troublesome expression really does use so many registers it needs to spill to memory, but doesn't.
>does the function that causes 8c to quit declare a large >number of "register int" variables?
it ignores you, and works that out itself. usually the troublesome expression really does use so many registers it needs to spill to memory, but doesn't.