This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Merged
Conversation
Fix compilation failures appearing in the ToF JIT category. [tfs-changeset: 1658610]
Merge changes from TFS
My previous checking in breaks projectx scenario, since I added one pinvoke RoParseTypeName whose function doesn't exists in current testilc lib folder.
if a pinvoke with [McgGeneratedNativeCallCodeAttribute] , mcg will just skip this pinvoke
if a pinvoke without [McgGeneratedNativeCallCodeAttribute], it will do runtime loading if you enable loadlibrary on runtime
[tfs-changeset: 1658653]
Merge changes from TFS
Merge master to nmirror
- Instead of performing lazy lookups at individual use sites, perform a single lazy lookup to get a dictionary, and then use normal canonical lookups from there - Shares logic with USG dictionary acquisition, and with normal canonical codegen - Add LazyGenericPolicy nob to CoreRT environment to control policy Universal Shared Generics Changes - Fixup EETypeNode generation for USG types - Consider TemplateTypeLayout necessary for all universal generic canon types - Use RhAllocLocal2 which returns a byref to the first field of the "local" object instead of the start of the object. - Tweak USG field invoke map generation to not stop compilation. Still needs to be implemented. [tfs-changeset: 1658670]
Merge changes from TFS
…pparently in the failing cases, the IAT table has been corrupted. It seems better to fail fast in these cases rather than to AV, or, even worse, crash later in even more confusing ways. As there are already a bunch of ASSERTs in this code to sanity-check the IAT, it seems safest to turn the ASSERTs into conditional fail fast calls that are active in release build as well. [tfs-changeset: 1658735]
Merge changes from TFS
…3635) Missed one check.
Passing a negative length to an api that creates multidim arrays throws OverflowException rather than ArgumentOutOfRangeException (presumably due to the assumption that we overflowed while computing the size rather than a specific bad length being passed in.)
This project builds quickly and building it avoids unpleasant surprises coming through the mirror. [tfs-changeset: 1658774]
Merge changes from TFS
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.