search for: inpredict

Displaying 2 results from an estimated 2 matches for "inpredict".

Did you mean: invpredict
2007 Aug 24
1
[LLVMdev] llvm-gcc4 and setjmp
...ode > always returns zero, whereas the spec for setjmp() says that f() > should return 1 if g() does a longjmp(). This seems to be well-known problem with interacting setjmp/longjmp and optimization passes. Actually, this is LLVM PR1520. The problem is that setjmp/longjmp changes codeflow in inpredictable manner (especially, if jump buffer escapes from function). We need some clever idea how to represent such stuff. PS: Compiling with -O0 should be easy workaround. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2003 Feb 12
3
duplicated file removal: call for comment
...eople think. I > would only hesitate to change it because of how long the change has been > released this way. On the positive side, this change does not affect > most people's use of rsync, so it would probably be safe. and because due to the bug the result was -for the last years- inpredictable. but i agree, i think it's a good idea to post and wait for responses on the list. i'll do this job. [..]