Skip to content
  • Martin Bauer's avatar
    Bugfix in JIT cacheing · 93b1d694
    Martin Bauer authored
    - 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)
    93b1d694