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

Add a pragma to indicate that inlining should be performed before storage #2569

Open
lukaszcz opened this issue Dec 22, 2023 · 0 comments
Open
Labels
enhancement New feature or request pending-review
Milestone

Comments

@lukaszcz
Copy link
Collaborator

lukaszcz commented Dec 22, 2023

  • This pragma (e.g. optphase: storage) would be used (almost) exclusively with standard library builtins that need to be removed for evaluation/storage. These will not be changed often.
  • The idea is to be able to use the inline: always and inline: case pragmas without having to recompile the dependent modules every time a module containing these pragmas changes.
  • Depends on Per-module compilation #2468
@lukaszcz lukaszcz added enhancement New feature or request pending-review labels Dec 22, 2023
@lukaszcz lukaszcz added this to the 0.5.6 milestone Dec 22, 2023
@jonaprieto jonaprieto modified the milestones: 0.5.6, 0.6.1 Mar 9, 2024
@paulcadman paulcadman modified the milestones: 0.6.1, 0.6.2 Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending-review
Projects
None yet
Development

No branches or pull requests

3 participants