|
|
|
|
|
by chrisseaton
2622 days ago
|
|
> In the Java section I also show inline caching, a standard optimization approach. Thanks. Does the CLR do inline caching for interface calls which cannot be devirtualised without speculation? Or not because of the lack of deoptimisation? Or does it have self-modifying code instead? |
|