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

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

[Octave-bug-tracker] [bug #37308] JIT build fails some numerical tests;


From: Max Brister
Subject: [Octave-bug-tracker] [bug #37308] JIT build fails some numerical tests; non-JIT build is OK.
Date: Thu, 13 Sep 2012 04:14:12 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1

Follow-up Comment #16, bug #37308 (project octave):

I think I have fixed Arun's issue [1]. I was using stacksave/stackrestore to
handle the allocation of memory for sret functions. It looks like LLVM's
optimization pass was using memory I had deallocated using stackrestore. My
patch just allocates all memory when the function starts, which is the correct
way of doing things anyways.

Additionally, I'm able to reproduce Michael's issue now, so I should be able
to fix it.

[1] http://hg.savannah.gnu.org/hgweb/octave/rev/8355fddce815

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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