I must be stupid
Richard Carlsson
richardc@REDACTED
Sun Jul 10 00:34:05 CEST 2005
Joel Reymont wrote:
> Could you please tell me what's wrong with my code below? I'm using
> 10RB6 on Mac OSX 10.4.1.
>
> ...
>
> What I get:
>
> 2> hipe:c(tuple).
> {ok,tuple}
> 3> timer:tc(tuple, test1, [1000000]).
> {58,{'EXIT',{badarg,[]}}}
If this is a HiPE problem, could you first check that you get
the same behaviour with the following compiler invokation:
> c(tuple, [native]).
(rather than using the hipe module directly)?
/Richard
More information about the erlang-questions
mailing list