Update docs/managed-static-registrar.md

Co-authored-by: Haritha Mohan <harithamohan@microsoft.com>
This commit is contained in:
Rolf Bjarne Kvinge 2023-05-12 08:05:03 +02:00 коммит произвёл GitHub
Родитель 00a822818f
Коммит dd64974d6a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -114,7 +114,7 @@ implemented using another lookup table in managed code.
For technical reasons, this implemented using multiple levels of functions if
there are a significant number of UnmanagedCallersOnly methods, because it
seems the JIT will compile the target for every function pointer in a method,
even if tha function pointer isn't loaded at runtime. This means that if
even if the function pointer isn't loaded at runtime. This means that if
there's 1.000 methods in the lookup table, the JIT will have to compile all
the 1.000 methods the first time the lookup method is called if the lookup was
implemented in a single function, even if the lookup method will eventually