<div dir="ltr"><div>Hi,</div><div><br></div>I noticed in the generated code (llvm as well as native) that in some cases the GC calls are in the straight path and the regular code is out of the straight line path. Like this:<div><br></div><div><div>=> 0x408fc0:  lea    0x30(%r12),%rax</div><div>=> 0x408fc5:  cmp    0x358(%r13),%rax</div><div>=> 0x408fcc:  jbe    0x408fe9                   # notice jbe instead of ja i.e. branch taken in normal case</div></div><div><br></div><div>I tried to count in how many cases its happening in my executable and found that its only a small percentage (4-6%) of cases but those cases include the code which runs 99% of the time in my benchmark. Though it does not make a whole lot of difference but the difference is perceptible and especially when it is in a tight loop.</div><div><br></div><div>Is it possible to somehow force all the GC calls out of the line during code generation? Has it been thought/discussed before?</div><div><br></div><div>-harendra</div><div><br></div><div><br></div></div>