This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] | |
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] |