xoofx / xoofx.github.io

Repository of my blog
https://xoofx.github.io/
7 stars 1 forks source link

Writing a Managed JIT in C# with CoreCLR #5

Open xoofx opened 5 years ago

xoofx commented 5 years ago

Comments for Writing a Managed JIT in C# with CoreCLR

Hitmasu commented 4 years ago

Nice article!

In .NET Core 3.x, indexers from corinfo.h have changed:

public const int ICorJitInfo_getModuleAssembly_index = 48; //Before was 43;
public const int ICorJitInfo_getAssemblyName_index = 49; //Before was 44;
public const int ICorJitInfo_getMethodDefFromMethod_index = 116; //Before was 105;