【发布时间】:2020-12-15 18:05:17
【问题描述】:
在独立运行 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 会这样做吗? documentation 并没有这么说。
【问题讨论】: