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

refactor Package and PackageMap some #1318

Merged
merged 4 commits into from
Dec 14, 2024
Merged

Conversation

johnynek
Copy link
Owner

trying to get towards improving the cli to compile C generated code, and I want to simplify some.

I'm rethinking the idea of always normalizing packages on compile since that normalization is expensive but also probably doesn't help python or the interpreter much.

It would help a compiled language with an optimizer since we can apply optimizations at the bosatsu layer that lower layers can't do (since they don't know the invariants).

@johnynek johnynek merged commit 48f0f59 into main Dec 14, 2024
8 checks passed
@johnynek johnynek deleted the oscar/20241213-package_refactor branch December 14, 2024 00:25
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