Skip to content

Conversation

@1stub
Copy link
Collaborator

@1stub 1stub commented Jan 15, 2026

This is a bit of cleanup for our metadata access patterns. Previously, we always fetched metadata through an object pointer leading to many cases where we compute the address of metadata for the same object multiple times inside one function. We now do all metadata access through a metadata pointer directly. This should also aid in debugging as its now easy to check the metadata state of the current object.

@1stub 1stub requested a review from marron-at-work January 15, 2026 14:34
@1stub 1stub merged commit ba1085c into BosqueLanguage:main Jan 15, 2026
1 check passed
@1stub 1stub deleted the 01_15_meta_cleanup branch January 15, 2026 15:01
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.

2 participants