<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello,<br><br>For debugging purposes, I've added a unique id member to the Value class:<br><br>global_next_vuid = 0;<br>Value::Value(..){<br>  vuid = ++global_next_vuid;<br>}<br><br>My hope is that by looking at the vuid of a Value, I can see its vuid,<br>set a conditional breakpoint and re-run the compiler to<br>see who (what pass) constructed that value.<br><br>Maybe I am not doing it the right way, but the above 'vuid' field doesn't seem<br>to be updated deterministically.<br><br>I am using a DEBUG built. Is LLVM multithreaded by default?<br><br>Is it possible to get a deterministic behavior?<br><br>Thank you,<br>Dan<br><br><br /><hr />HotmailŪ goes with you.  <a href='http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009' target='_new'>Get it on your BlackBerry or iPhone.</a></body>
</html>