This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: resolve libstdc++/5198


Hi,

Richard Henderson wrote:

> Anyway, m68k is freaky in saving so much state on faults, I didn't
> know if it would save intermediate results when faulting in the
> middle of an indirect memory thing.

Hmm, it does save pending writes on the stack, and the fault handler can
be interrupted by another process, so using cas is indeed safer.

bye, Roman


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]