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

Lazily IR-declare all function fwd declarations #4420

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

kinke
Copy link
Member

@kinke kinke commented Jun 9, 2023

Instead of eagerly IR-declaring all such functions in root modules being compiled.

This might reduce compile times in some cases, and is a cheap way to improve the situation wrt. issue #2782.

Instead of eagerly IR-declaring all such functions in root modules
being compiled.

This might reduce compile times in some cases, and is a cheap way
to improve the situation wrt. issue ldc-developers#2782.
@kinke kinke marked this pull request as ready for review June 9, 2023 23:30
@kinke kinke merged commit 94216ca into ldc-developers:master Jun 10, 2023
28 checks passed
@kinke kinke deleted the lazy_func_declare branch June 10, 2023 15:41
cschlote pushed a commit to cschlote/ldc that referenced this pull request Jun 30, 2023
Instead of eagerly IR-declaring all such functions in root modules
being compiled.

This might reduce compile times in some cases, and is a cheap way
to improve the situation wrt. issue ldc-developers#2782.
kinke added a commit to kinke/ldc that referenced this pull request Sep 7, 2023
kinke added a commit to kinke/ldc that referenced this pull request Sep 7, 2023
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.

None yet

2 participants