octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave 3.8.2-rc2 release candidate available for ftp


From: Tatsuro MATSUOKA
Subject: Re: Octave 3.8.2-rc2 release candidate available for ftp
Date: Thu, 3 Jul 2014 14:46:47 +0900 (JST)

----- Original Message -----

> From: John W. Eaton <address@hidden>
> To: octave maintainers mailing list <address@hidden>
> Cc: address@hidden
> Date: 2014/7/1, Tue 18:54
> Subject: Octave 3.8.2-rc2 release candidate available for ftp
> 
>T he second release candidate of Octave 3.8.2 is now available from
> alpha.gnu.org in the directory /gnu/octave:
> 
>   9268ae5649133926569d80634c29d453  octave-3.8.2-rc2.tar.gz  (md5sum)
> 
>   -rw-r--r-- 1 3003 3002 20741471 Jul 01 09:31 octave-3.8.2-rc2.tar.gz
> 
> Please help make the 3.8.2 release a success by building from this
> release candidate and reporting any problems.

<snip>

I have built it on Ubuntu 12.04 LTS 64 bit with llvm 3.2.
(gcc 4.6.3).

Build was successful and make check result is:

Summary:

  PASS     11598
  FAIL         0
  XFAIL        7

And jit works correctly
octave:1> a = 1; b = 1; tic; for i=1:1000; for j=1:1000; a = a + b; end; end; 
toc
Elapsed time is 2.99744 seconds.
octave:2> jit_enable(1)
octave:3> a = 1; b = 1; tic; for i=1:1000; for j=1:1000; a = a + b; end; end; 
toc
Elapsed time is 0.0411839 seconds.

Tatsuro



reply via email to

[Prev in Thread] Current Thread [Next in Thread]