Skip to content

perf: finer grained recursion compilation lock #2091

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

Merged
merged 3 commits into from
May 7, 2025
Merged

Conversation

yuwen01
Copy link
Contributor

@yuwen01 yuwen01 commented Feb 26, 2025

Instead of holding the program cache lock while compiling a recursion program, release it after checking the cache and re-acquire when inserting a compiled program into the cache.

@yuwen01 yuwen01 force-pushed the yuwen/fix-cache-locking branch from d65cb0f to 759966c Compare February 26, 2025 00:08
@nhtyy nhtyy force-pushed the yuwen/fix-cache-locking branch from f8f21d0 to 5302f37 Compare March 13, 2025 01:38
@yuwen01 yuwen01 changed the title fix: release lock when compiling recursion program perf: recursion program compilation lock May 7, 2025
@yuwen01 yuwen01 changed the title perf: recursion program compilation lock perf: finer grained recursion compilation lock May 7, 2025
@yuwen01 yuwen01 merged commit a260e20 into dev May 7, 2025
14 checks passed
@yuwen01 yuwen01 deleted the yuwen/fix-cache-locking branch May 7, 2025 22:42
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.

2 participants