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

don't rely on weakref being null, fix blobcache #9

Merged
merged 1 commit into from
Mar 17, 2016
Merged

Conversation

tanmaykm
Copy link
Owner

  • Checking weakref value to be null as an indicator of gc is not reliable. We probably need a finalizer for that, but all finalizers don't get called immediately at the moment (ref: Free objects with finalizer more eagerly JuliaLang/julia#13995). Going without that optimization for now.
  • fixed an issue where cache eviction was corrupting the cache

- Checking weakref value to be null as an indicator of gc is not reliable. We probably need a finalizer for that, but all finalizers don't get called immediately at the moment (ref: JuliaLang/julia#13995). Going without that optimization for now.
- fixed an issue where cache eviction was corrupting the cache
tanmaykm added a commit that referenced this pull request Mar 17, 2016
don't rely on weakref being null, fix blobcache
@tanmaykm tanmaykm merged commit 120158c into master Mar 17, 2016
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.

1 participant