<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
ps: We load/store everything as a bitfield as I understand..I wonder if that is a problem, like, given that bitfields aren't addressible..<BR>
(which is not to say that they can't be volatile, and bitfields are often used to "map to hardware interfaces" so maybe this is irrelevant)<BR>
 <BR>
Tony -- your change..is it reasonable/useful in light of larger related -O3 breakage?<BR>
 <BR>
 - Jay<BR> <BR>
<HR id=stopSpelling>
From: jay.krell@cornell.edu<BR>To: hosking@cs.purdue.edu<BR>CC: m3commit@elegosoft.com<BR>Subject: RE: [M3commit] CVS Update: cm3<BR>Date: Mon, 11 May 2009 07:39:16 +0000<BR><BR>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
ah. Notice that m3_load/m3_store mark a lot of things volatile.<BR>I'm trying out a wild guess and marking "v" volatile before the offseting in those functions..<BR> <BR>I guess though you've revealed the answer -- strive for like I said -- mark anything volatile referenced in finally or such. Er, anything referenced both in try and finally, something like that. Initial lameness would be all locals in a function with try/finally/lock. And, gosh, I hope they don't enregister globals. :(<BR>You'd want some volatile on globals too.<BR>Only the uses in a try where the function also references them in a finally.<BR> <BR>Maybe the old behavior is easy to restore??<BR> <BR> - Jay<BR><BR> <BR>> From: hosking@cs.purdue.edu<BR>> To: hosking@cs.purdue.edu<BR>> Date: Mon, 11 May 2009 17:32:54 +1000<BR>> CC: m3commit@elegosoft.com; jay.krell@cornell.edu<BR>> Subject: Re: [M3commit] CVS Update: cm3<BR>> <BR>> Looks like gcc used to do the "right thing" for locals in functions <BR>> that called setjmp. I suppose that hurt performance so they got rid <BR>> of it and put the warnings in instead.<BR>> <BR>> On 11 May 2009, at 17:22, Tony Hosking wrote:<BR>> <BR>> > Yeah, I just don't understand that it apparently used to work...<BR>> ><BR>> > On 11 May 2009, at 17:15, Jay wrote:<BR>> ><BR>> >><BR>> >> Hey, this warning seems to be pretty important.<BR>> >><BR>> >><BR>> >><BR>> >> I have on birch a cm3 built with, I think, -O3, and it is very broken<BR>> <BR></body>
</html>