<div dir="ltr"><div>Hi,</div><div><br></div><div>It seems that the handling of DTraceMethodProbes is inconsistent: in most places, we handle the flag at runtime by generating code that uses conditional jumps. In one place (C1), we don't. There, generation is conditional on DTraceMethodProbes at compile time.</div><div><br></div><div>The former looks like it is possible for the value of DTraceMethodProbes to change at runtime, and that generated code should be able to react seamlessly. However, DTraceMethodProbes is not a manageable flag.</div><div><br></div><div>Which side is right? Do we need to emit conditional jumps, but if so, why not in C1? <br></div><div><br></div><div>Thanks, Thomas<br></div></div>