search for: raiseoverflow

Displaying 1 result from an estimated 1 matches for "raiseoverflow".

2007 Jun 12
2
[LLVMdev] LLVM binaries for Windows and more
...with > arithmetic after you do the operations you need. In time LLVM will be > extended to support this capability. > Ok, but I fear the optimizer is not smart enough to produce something like: a+b --> mov eax, a add eax, b jno theEnd call raiseOverflow theEnd: It is not critical though - I turn off overflow checking after debugging anyway. > > 2.) The version 2.0 of your source code does not compile with Microsoft > > Visual C++ 2005 Express Edition. (By the way, is it documented that > > I need Bison? I figu...