Post Reply 
Advanced Graphing App
05-18-2015, 03:11 AM
Post: #5
RE: Advanced Graphing App
It seems to be due to excessive compiler "optimization". This can easily be an issue when relying on precise floating-point semantics. (Compiler writers have a hard time avoiding the temptation to generate machine code that doesn't precisely match up with IEEE 754 + C++ semantics.) It is a better-recognized problem now than it used to be (in the past, getting some compilers to actually produce correct floating-point code could require substantial gymnastics with the source code), so hopefully it won't be too hard to get the compiler to produce object code that better matches up with the source code.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Advanced Graphing App - lrdheat - 05-18-2015, 12:18 AM
RE: Advanced Graphing App - Helge Gabert - 05-18-2015, 02:00 AM
RE: Advanced Graphing App - jte - 05-18-2015, 02:06 AM
RE: Advanced Graphing App - Helge Gabert - 05-18-2015, 02:24 AM
RE: Advanced Graphing App - jte - 05-18-2015 03:11 AM
RE: Advanced Graphing App - Nigel (UK) - 05-18-2015, 12:08 PM



User(s) browsing this thread: 1 Guest(s)