[erlang-bugs] R16 build error: syntax error before: '¿'

Tuncer Ayaz tuncer.ayaz@REDACTED
Sat Jan 19 23:43:19 CET 2013


On Sat, Jan 19, 2013 at 8:00 PM, Björn-Egil Dahlberg wrote:
>
>
> 2013/1/19 Tuncer Ayaz
>>
>> On Sat, Jan 19, 2013 at 7:42 PM, Björn-Egil Dahlberg wrote:
>> > HiPE seems to have problem compiling erl_scan. Probably due to
>> > utf8 enhancements.
>> > I don't have access to daily builds right now, but I think this
>> > passes on our build servers (or it has gone unnoticed due to
>> > massive test data overload).
>>
>> Is --enable-native-libs part of the daily build configurations?
>>
>
> It is, we have at least two separate builds on it. Which is kinda
> surprising since enable-native-libs is not really encouraged by us.

I use enable-native-libs to speed up Dialyzer initialization and avoid
having to pass -nn (and potentially slow down overall analysis time).
The disadvantage is that general vm startup takes 100 to 200 ms longer
due to native module loading.

$ dialyzer --help
[...]
--no_native (or -nn)
      Bypass the native code compilation of some key files that Dialyzer
      heuristically performs when dialyzing many files; this avoids the
      compilation time but it may result in (much) longer analysis time
[...]



More information about the erlang-bugs mailing list