Skip to content

feature: allow addition of unbounded count of attributes#213

Draft
KishanPRao wants to merge 1 commit into
masterfrom
feature/crashpad-unbounded-attributes
Draft

feature: allow addition of unbounded count of attributes#213
KishanPRao wants to merge 1 commit into
masterfrom
feature/crashpad-unbounded-attributes

Conversation

@KishanPRao

Copy link
Copy Markdown
Contributor

Summary

Allows addition of unbounded count of attributes.

Previously, a simple dictionary was used for storing attributes, which limits the total count to 64 entries. This change allows addition of any number of entries.

Changes

Removes use of SimpleStringDictionary, and replaces it with AnnotationList. This data is dynamically allocated.

ref: BT-6868

@KishanPRao KishanPRao requested a review from melekr June 15, 2026 15:05
@KishanPRao KishanPRao self-assigned this Jun 15, 2026
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