This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Merge changes from TFS#3242
Merged
MichalStrehovsky merged 1 commit intodotnet:nmirrorfrom Apr 7, 2017
Merged
Conversation
- When referencing a method outside of the current module, the ReflectionInvokeMapNode should reference via a method name and signature in the native layout, not a metadata token - When referencing a field outside of the current module, the ReflectionFieldMapNode should reference via method name not token - When emitting a reference to a indirection cell in the ExternalReferencesTableNode use the calculate delta instead of throwing away the calculation - When producing GCStatic descs for canonical types for the purpose of the template type loader, they should not be grouped into a single GC Static Desc region, but instead should be held in separate standalone regions - Update the PrecomputedMetadataManager to take advantage of the new ReflectionInvokeMapNode functionality - Disable new functionality for field mapping, as that requires cross module static import which isn't yet completely implemented - Disable the use of the dynamic invoke tables. The dependency analysis interactions are still not quite right in this scenario - When producing Thread Static GC descs, use a section relative reloc to the TypeThreadStaticsSymbol, not the start of the tls section - Remove all plumbing around the start of tls section and the ReadyToRun header - The need for the data was incorrect, and the data is not useful [tfs-changeset: 1653533]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.