-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some more cleanups in Assembly/Binder/Loader area (#59590)
* moved default binder allocation to AppDomain::Create * allowNativeSkip parameter is unused. * Removed PEFile::IsResource and PEFile::IsIStream - these do not exist in CoreClr * make GCC happy * folded impl * Folded PEFile into PEAssembly * renamed pefile files * reorder PEAssembly members * removed meaningless LAYOUT_CREATEIFNEEDED - we always require that * r2r bundled image should Open via cache - no reasons not to. * Some cleanup in PEImage * PEAssembly needs only one reference to PEImage * a few tweaks * some more * We never update published hosted assemblies, no need to support the scenario. * Done with PEAssembly for now * couple fixes, mostly in comments afected by renames * more cleanups for PEImage * PR review suggestion Co-authored-by: Elinor Fung <[email protected]> * PR review feedback * this line should be deleted, not commented. * Apply suggestions from code review Co-authored-by: Elinor Fung <[email protected]> * More PR feedback Co-authored-by: Elinor Fung <[email protected]>
- Loading branch information
1 parent
bda8727
commit 7088332
Showing
82 changed files
with
1,384 additions
and
2,784 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.