Skip to content
Snippets Groups Projects
Commit 93b1d694 authored by Martin Bauer's avatar Martin Bauer
Browse files

Bugfix in JIT cacheing

- cache relied on uniqueness of  python id()
- id may be reused if object is freed
-> object must be held alive
-> kernel keeps all it arguments it was ever called with, alive (problematic in terms of memory consumption)
parent 12238a82
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment