[erlang-questions] Erlang doesn't suck
Paul Fisher
pfisher@REDACTED
Wed Oct 1 21:09:52 CEST 2008
Joel Reymont wrote:
> On Oct 1, 2008, at 5:42 PM, Paul Fisher wrote:
>
>> Which begs the question of whether you compile to native or not for
>> your benchmarking? Not everything benefits, but we have some
>> modules that show significant gains from:
>>
>> -compile([native, {hipe,[o3]}, inline]).
>
>
> There's certainly an increase in throughput (request per second) with
> hipe, even under 32 bits.
>
> Is there a way to mass-hipe-compile all of OTP?
I'd love to know if there is.
>
> Elapsed: 62.517129s, Average run time: 0.020839043 seconds
>
> Now I have to try to compile R12B4 in 64-bit mode....
I'm pulling together patch/instructions to make it all work and will
send soon.
--
paul
More information about the erlang-questions
mailing list