octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #52414] llvm 4.0.1 fails on ./configure --enab


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #52414] llvm 4.0.1 fails on ./configure --enable-jit
Date: Wed, 16 Jan 2019 14:22:12 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

Follow-up Comment #18, bug #52414 (project octave):

I opened bug #55492 for the crash during "make check".

The JIT compiler seems to work. With your test, I see:

>> jit_enable (false)
>> tic;  x = 0;  for i=1:1e6,  x = x+1;  end, toc, x
Elapsed time is 0.940764 seconds.
x =  1000000
>> tic;  x = 0;  for i=1:1e6,  x = x+1;  end, toc, x
Elapsed time is 0.954818 seconds.
x =  1000000
>> jit_enable (true)
>> tic;  x = 0;  for i=1:1e6,  x = x+1;  end, toc, x
Elapsed time is 0.070678 seconds.
x =  1000000
>> tic;  x = 0;  for i=1:1e6,  x = x+1;  end, toc, x
Elapsed time is 0.0122459 seconds.
x =  1000000



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?52414>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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