mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This changes how ReflectionContext reads machO reflection sections by reading them individually instead of as one big memory block spanning from the first to the last section (and including whatever else is in between). This change will enable an optimization on LLDB's side where, if we're reading read-only data, we read from the file-cache instead of the child process, which should speed up debugging when working with remote processes.
52 KiB
52 KiB