<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>I'm comparing the output of the two backends, since I haven't figured out many gdb commands yet.<BR>
Well darn the code looks semantically the same around the crash so I'll have to dig differently.<BR>
 <BR>
Still, why does it bump the stack extra like this:<BR>
<BR> subl $8, %esp    <==<BR> pushl %eax<BR> pushl %edx<BR> call _RTLinker__TraceModule<BR> addl $16, %esp    <== the other backend uses 8 here<BR>
<BR><BR> subl $12, %esp <==<BR> pushl $0<BR> call *%eax<BR> addl $16, %esp <== the other uses 4<BR>
 <BR>
Is it trying to keep the stack 16-aligned?<BR>
 <BR>
 - Jay<BR><BR><br /><hr />Need to know the score, the latest news, or you need your HotmailŪ-get your "fix" <a href='http://www.msnmobilefix.com/Default.aspx' target='_new'>Check it out.</a></body>
</html>