Skip to content

Commit

Permalink
fix documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed May 20, 2024
1 parent 7806edc commit 750a14f
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 94 deletions.
138 changes: 55 additions & 83 deletions docs/Manifest.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 3 additions & 11 deletions docs/src/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,13 @@ Most overloads use the [`invoke`](https://docs.julialang.org/en/v1/base/base/#Co
`AbstractAnalyzer` to dispatch to the original `AbstractInterpreter`'s abstract interpretation methods while still
passing `AbstractAnalyzer` to the subsequent (maybe overloaded) callees.

```@docs
JET.AnalysisResult
JET.islineage
JET.bail_out_toplevel_call
JET.bail_out_call
JET.add_call_backedges!
JET.analyze_task_parallel_code!
```

### How `AbstractAnalyzer` manages caches

```@docs
JET.AnalysisCache
JET.AnalysisResult
JET.CachedAnalysisResult
JET.inlining_policy
JET.AnalysisCache
Core.Compiler.inlining_policy
```

## [Top-level Analysis](@id toplevel)
Expand Down

0 comments on commit 750a14f

Please sign in to comment.