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

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

[Octave-bug-tracker] [bug #41213] JIT segfaults on non-x86 processors


From: Rik
Subject: [Octave-bug-tracker] [bug #41213] JIT segfaults on non-x86 processors
Date: Mon, 13 Jan 2014 01:32:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #6, bug #41213 (project octave):

Currently, when no option (--enable-jit or --disable-jit) is given then
configure.ac checks for the presence of LLVM and goes ahead and builds the JIT
compiler if it is present.  Thus, configure will respect any explicitly given
option.  What needs to be coded is a test on $host_os to disable JIT
compilation when no option has been specified and the architecture is not x86,
x86_64.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41213>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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