predictable behavior and optimization setting, was: +-Inf and NaN

Robert Dodier <[email protected]> Wed, 21 Feb 2024 10:09:47 -0800
Newsgroups gmane.lisp.gcl.devel,gmane.comp.mathematics.maxima.general
Message-ID <CAAsY_sT17YER7Kz9jx9kwqL=V3y7+dzmABUaNLY7Rj5mAuC0og@mail.gmail.com>
Camm, thanks for taking the time to write about this stuff. I'm more
broadly interested in all of it, but in the interest of brevity I'll
just make a quick note.

It sounds like part of the proposal is to let program behavior change
with the compiler optimization setting. I'm pretty uncomfortable with
that -- it would make it pretty hard to predict what some code is
going to do. There's no guarantee that the optimization flag is the
same one time as another, so one can't know whether the program will
behave the same.

I'll let that be enough for now and try to address some of the other
stuff later.

best

Robert