aviatesk / JET.jl

An experimental code analyzer for Julia. No need for additional type annotations.

Home Page:https://aviatesk.github.io/JET.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cache system: switch to use `result.analysis_results` for caching JET analysis result once updating to v1.11

aviatesk opened this issue · comments

# TODO use `(result::InferenceResult).analysis_results` to cache JET analysis result
# when updating to v1.11.