(original) (raw)

On Jun 5, 2015, at 10:17 AM, Vitaly Davidovich <vitalyd@gmail.com> wrote:

Understood, thanks John.

Am I right in my other question regarding when IC needs patching in first place? If I see safepoint due to this, some IC saw a new receiver? Is there a flag (non-debug) to see which call site and what new receiver appeared? I may reorganize code to avoid this if possible.

Look in globals.hpp for TraceICs; perhaps you already saw it. It's debug-only so you need a special build. — John