[LLVMbugs] [Bug 77] Variables in scope of output setjmp calls should be volatile

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Sun Nov 16 14:09:21 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=77

sabre at nondot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From sabre at nondot.org  2003-11-16 16:09 -------

Fixed like so:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031110/009568.html

Any targets which do not require volatile markers on variables which setjmp
should extend this patch to avoid slowing down code that uses exception
handling.  I don't know whether the Sparc fits in this class or not, so I
conservatively didn't include it.

-Chris



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list