Skip to content

refactor member analysis - #669

Closed
CppCXY wants to merge 5 commits into
mainfrom
member
Closed

refactor member analysis#669
CppCXY wants to merge 5 commits into
mainfrom
member

Conversation

@CppCXY

@CppCXY CppCXY commented Jul 28, 2025

Copy link
Copy Markdown
Member

Previously, member analysis was highly dynamic. We needed to analyze the parent class and add members at the same time, and when accessing a class member, we couldn’t assume that the field didn’t exist, so we repeatedly tried to resolve it during the resolve phase. I think we should more statically determine which members a class has, and we will implement this based on some more aggressive assumptions.

@CppCXY

CppCXY commented Aug 18, 2025

Copy link
Copy Markdown
Member Author

The work did not meet expectations.

@CppCXY CppCXY closed this Aug 18, 2025
@CppCXY
CppCXY deleted the member branch April 15, 2026 08:37
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