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

PE loader/image cleanups. No-copy mapping of R2R PEs on Windows. #61938

Merged
merged 14 commits into from
Dec 14, 2021

Commits on Dec 11, 2021

  1. removed IMAGE_MAPPED

    VSadov committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    515a1b3 View commit details
    Browse the repository at this point in the history
  2. removed RawImageLayout

    VSadov committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    0178294 View commit details
    Browse the repository at this point in the history
  3. delete MappedImageLayout

    VSadov committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    49c759f View commit details
    Browse the repository at this point in the history
  4. use mem-mapping on Windows

    VSadov committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    519fe5c View commit details
    Browse the repository at this point in the history
  5. tweaks and touchups

    VSadov committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    00ae715 View commit details
    Browse the repository at this point in the history
  6. a few cleanups

    VSadov committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    230e9ef View commit details
    Browse the repository at this point in the history
  7. comments

    VSadov committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    3e2c617 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23945fb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. A fix for IsDynamic() case.

    VSadov committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    be5f1fe View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    2bf609d View commit details
    Browse the repository at this point in the history
  2. disable failing scenario

    VSadov committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    1e0a933 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    VSadov committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    5cc040e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Typo (CENTINEL --> SENTINEL)

    VSadov committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    30be65f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473f734 View commit details
    Browse the repository at this point in the history