在独立运行 Dialyzer 时,它会使用 HiPE 编译其模块,以加快分析速度:
dialyzer --src -r .
Checking whether the PLT /home/foo/.dialyzer_plt is up-to-date... yes
Compiling some key modules to native code... done in 0m12.27s
Proceeding with analysis...
当需要分析许多模块时,这会对运行时间产生很大影响。
rebar3 dialyzer
运行命令时 Rebar3 会这样做吗?该文档没有说一种或另一种方式。