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

Avoid closures in traced_if to reduce compilation overhead #211

Open
avik-pal opened this issue Nov 1, 2024 · 1 comment
Open

Avoid closures in traced_if to reduce compilation overhead #211

avik-pal opened this issue Nov 1, 2024 · 1 comment

Comments

@avik-pal
Copy link
Collaborator

avik-pal commented Nov 1, 2024

No description provided.

@wsmoses
Copy link
Member

wsmoses commented Nov 3, 2024

In particular this means that a second compile of the same code will remain expensive like the first [which means a not ahead of time jit fn is blocked by =/ ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants