Split and XOR a 160bits SHA Digest?

Sean Hinde sean.hinde@REDACTED
Fri May 14 20:01:38 CEST 2004


On 14 May 2004, at 19:26, yerl@REDACTED wrote:

> Hi Sean,
>
> I'm running it in erl shell like this:
>
> $ erlc -W -v split_and_xor.erl
> $ erl -noinput -noshell -nostick +B -s split_and_xor test

The difference I referred to is between beam compiled code and typing 
the command into the shell. You are using beam compiled code so that is 
fine.

>
> By compiling, do you mean native compilation? like:
> $ erlc +native +'{hipe,[verbose,debug]} .......
>
> I never could setup the native compilation in my box (Suse Linux). 
> When I use native, any module compiles correctly and   immediatly 
> crashes in startup.

It should be worth providing a bit more detailed feedback to the hipe 
team on this one.

Sean




More information about the erlang-questions mailing list