Skip to content

Commit 3b831f7

Browse files
committed
Store method pointer, invoker indices, and reverse pinvoke indices in per assembly table rather than in metadata binary file.
This is step towards per assembly conversion.
1 parent c1ebb8f commit 3b831f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mono/metadata/metadata-internals.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ struct _MonoImage {
195195
/* If the raw data was allocated from a source such as mmap, the allocator may store resource tracking information here. */
196196
void *raw_data_handle;
197197
char *raw_data;
198+
#ifdef IL2CPP_ON_MONO
199+
void* il2cpp_codegen_handle;
200+
#endif
198201
guint32 raw_data_len;
199202
guint8 raw_buffer_used : 1;
200203
guint8 raw_data_allocated : 1;

0 commit comments

Comments
 (0)