[runtime] Adds AOTID
authorMarcos Henrich <marcos.henrich@xamarin.com>
Mon, 16 May 2016 16:08:39 +0000 (17:08 +0100)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Fri, 8 Jul 2016 21:38:22 +0000 (22:38 +0100)
commit3d03fb578db725ede0e512b1ae1924af4d22514c
treec4521b48910446b080157a1038580538c7b7cf12
parenta9035d9e74a5a8365a6de602b7f5a7a0b3f4fc90
[runtime] Adds AOTID

AOTID is a GUID generated by the AOT compiler and stored along with the
native code.

The AOTID uniquely identifies the generated native assembly.

The AOTID is required when we want to map native offsets to IL offsets
and the sequence points mapping those values need to be determined.
mono/metadata/metadata-internals.h
mono/mini/aot-compiler.c
mono/mini/aot-runtime.c
mono/mini/mini.h