On Thu, Feb 16, 2012 at 11:26:53AM -0500, Patrick Marlier wrote: > Here you cannot specify your fallback instruction address. Since those > primitives provide high performance speculative code, I would prefer to > move my fallback code far away from the speculative code path to improve > the code locality.
This is just how the intrinsic is defined. You can do something else of course for other code. For macros asm goto maps well to XBEGIN today. -Andi