Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IL2CPP debugger metadata improvement #848

Merged
1 commit merged into from
Feb 15, 2018
Merged

Conversation

ghost
Copy link

@ghost ghost commented Feb 14, 2018

Changing debugger metadata to a format that will be faster to compile
as well lend itself to being output as a binary format that can be
memory-mapped at runtime. Changed everything to use static
initializers instead of function calls, replaced externally linked
pointers with indexes, and pulled out redundant string data into
separate tables. Using a table-of-tables format with a separate
index for large amounts of data that must be spread among multiple
files.

as well lend itself to being output as a binary format that can be
memory-mapped at runtime.  Changed everything to use static
initializers instead of function calls, replaced externally linked
pointers with indexes, and pulled out redundant string data into
separate tables.  Using a table-of-tables format with a separate
index for large amounts of data that must be spread among multiple
files.
@ghost ghost requested review from joshpeterson and joncham February 14, 2018 15:44
@ghost ghost merged commit aa8661a into unity-master Feb 15, 2018
@ghost ghost deleted the il2cpp-debugger-metadata branch February 15, 2018 16:29
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants