Skip to content

Conversation

FractalFir
Copy link
Collaborator

As the title states. Currently, self-referential types would cause stack overflows(because if Foo contains a Foo*, then that creates an unsatisfiable cycle).

This PR just uses u8* everywhere instead. Typed pointers are a relic of old LLVM, so getting rid of them(even if partially) now can only do us good.

@FractalFir FractalFir requested a review from LegNeato September 21, 2025 14:10
Copy link
Contributor

@LegNeato LegNeato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These all look fine but the PRs are overlapping?

@FractalFir
Copy link
Collaborator Author

These all look fine but the PRs are overlapping?

Yeah, must have screwed something up in git. I have a couple of completely unrelated bug-fixes(couple more on the way), so managing them all has been a challenge.

Will fix tomorrow.

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