Skip to content

Commit 736a3ac

Browse files
committed
Update README
1 parent c7b9673 commit 736a3ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,12 @@ julia> report_package(AbstractTrees; target_modules=(AbstractTrees,)) # ignore e
167167
## Limitations
168168
JET explores the functions you call directly as well as their *inferable* callees. However, if the argument types for a call cannot be inferred, JET does not analyze the callee. Consequently, a report of `No errors detected` does not imply that your entire codebase is free of errors. To increase the confidence in JET's results use `@report_opt` to make sure your code is inferrible.
169169

170+
<!--
170171
JET integrates with [SnoopCompile](https://github.com/timholy/SnoopCompile.jl), and you can sometimes use SnoopCompile to collect the data to perform more comprehensive analyses. SnoopCompile's limitation is that it only collects data for calls that have not been previously inferred, so you must perform this type of analysis in a fresh session.
171172
173+
See [SnoopCompile's JET-integration documentation](https://timholy.github.io/SnoopCompile.jl/stable/jet/) for further details.
174+
-->
175+
172176
## Acknowledgement
173177
This project started as my undergrad thesis project at Kyoto University, supervised by Prof. Takashi Sakuragawa.
174178
We were heavily inspired by [ruby/typeprof](https://github.com/ruby/typeprof), an experimental type understanding/checking tool for Ruby.

0 commit comments

Comments
 (0)