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

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

[Octave-bug-tracker] [bug #30289] save/load does not restore a variable


From: Jaroslav Hajek
Subject: [Octave-bug-tracker] [bug #30289] save/load does not restore a variable created with ones()
Date: Wed, 30 Jun 2010 13:03:40 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9

Follow-up Comment #3, bug #30289 (project octave):

An accurate analysis, Olaf. This optimization is vital for certain array
indexing operations (repmat), so we want to keep it.

Generally, we do not ensure backward compatibility of save, i.e. files saved
in newer versions may not be correctly loadable in older versions. (Sometimes
that's not even reasonably possible).

But we surely want backward compatibility of load, i.e. we want to keep
datafiles saved by old versions loadable.

The solution certainly is to somehow store the length for constant ranges,
but it needs to be done in a load-compatible manner.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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