[erlang-bugs] Minor issue: dialyzer on ARM: Compiling some key modules to native code => Illegal instruction (core dumped)

Kostis Sagonas kostis@REDACTED
Thu Dec 4 23:17:13 CET 2014


On 12/05/2014 12:13 AM, Robert Virding wrote:
> Wouldn't a generally better solution be to make the no_native the
> default and instead have to explicitly turn it on with a --native flag?
> I have found I unless I am checking very many files it usually goes
> faster to turn it off, at least when looking at the total time.

The automatic compilation of Dialyzer and erl*types files to native code 
is triggered only if you analyze many files (currently many >= 20).

Look into lib/dialyzer/src/dialyzer_cl.erl

Kostis



More information about the erlang-bugs mailing list