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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve frontend monomorphization to not generate identical methods when calling the same method #5904

Open
IGI-111 opened this issue Apr 23, 2024 · 0 comments 路 May be fixed by #5967
Open
Assignees
Labels
code quality compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen performance Everything related to performance, speed wise or memory wise.

Comments

@IGI-111
Copy link
Contributor

IGI-111 commented Apr 23, 2024

No description provided.

@IGI-111 IGI-111 changed the title improve frontend monomorphization to not generate identical methods when calling the same method Improve frontend monomorphization to not generate identical methods when calling the same method Apr 23, 2024
@IGI-111 IGI-111 added code quality compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen performance Everything related to performance, speed wise or memory wise. labels Apr 23, 2024
esdrubal added a commit that referenced this issue May 6, 2024
Adds function cached to query engine, and reuses previously compiled methods and functions.

Closes #5904.
@esdrubal esdrubal linked a pull request May 6, 2024 that will close this issue
8 tasks
esdrubal added a commit that referenced this issue May 6, 2024
Adds function cached to query engine, and reuses previously compiled methods and functions.

Closes #5904.
esdrubal added a commit that referenced this issue May 20, 2024
Adds function cached to query engine, and reuses previously compiled methods and functions.

Closes #5904.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen performance Everything related to performance, speed wise or memory wise.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants