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

[SE-0419] Tweak proposal slightly. #2668

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

al45tair
Copy link
Contributor

Added an ImageMap type to hold the list of loaded images. This is neater and allows for some optimizations as well as make it easier to support Codable for Backtrace. This also removes the captureImages() API in favour of ImageMap.capture(), which is more natural.

Also exposed the ability to construct a Backtrace.Address from a FixedWidthInteger, write-protected Backtrace.architecture, and switch SymbolicatedBacktrace back to an explicit Array of Frames as we aren't trying to minimise space for the symbolicated version.

Added an `ImageMap` type to hold the list of loaded images.  This is
neater and allows for some optimizations as well as make it easier to
support `Codable` for `Backtrace`.  This also removes the
`captureImages()` API in favour of `ImageMap.capture()`, which is more
natural.

Also exposed the ability to construct a `Backtrace.Address` from a
`FixedWidthInteger`, write-protected `Backtrace.architecture`, and
switch `SymbolicatedBacktrace` back to an explicit `Array` of `Frame`s
as we aren't trying to minimise space for the symbolicated version.
@al45tair al45tair requested a review from rjmccall January 27, 2025 17:33
@al45tair
Copy link
Contributor Author

See also swiftlang/swift#78516

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant