diff options
author | Fadi Hanna <fadim@microsoft.com> | 2018-11-13 12:44:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 12:44:49 -0800 |
commit | d2cd0df600cfa697d30cf7ef5a7cf1c3c33b9959 (patch) | |
tree | 5780e415551b7aa0d43cc18d04c977c014a4d3a3 /functions.cmake | |
parent | d8bfe11f24598e6e909e6e49aea8fba3925c91b7 (diff) | |
download | coreclr-d2cd0df600cfa697d30cf7ef5a7cf1c3c33b9959.tar.gz coreclr-d2cd0df600cfa697d30cf7ef5a7cf1c3c33b9959.tar.bz2 coreclr-d2cd0df600cfa697d30cf7ef5a7cf1c3c33b9959.zip |
Optimize vtable calls (#20696)
* Implementation of R2R vtable call thunks. These thunks will fetch the target code pointer from the vtable of the input thisPtr, and jump to that address.
This is especially helpful with generics, since we can avoid a generic dictionary lookup cost for a simple vtable call.
Overall, these thunks cause the CPU to have less branch mispredictions, and give a small performance boost to vtable calls.
These stubs are under VirtualCallStubManager so that the managed debugger can handle stepping through them.
Diffstat (limited to 'functions.cmake')
0 files changed, 0 insertions, 0 deletions