A simple PIC api

Julien Ponge julien at ponge.org
Tue Mar 10 16:31:30 UTC 2015


> For your use case do you have the same situation as I do with 99%+  of call sites having 
> less than 5 targets? 

Yes.

We set the PIC<->megamorphic threshold to 5 in Golo, in which case we degrade to a stable but slower map-based + invoker dispatch.

That being said performance of the PIC construct is very good in our case.

- Julien


More information about the mlvm-dev mailing list