search for: definitions_

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

Did you mean: definitions
2008 May 05
0
[LLVMdev] optimization assumes malloc return is non-null
..._lib.language.support_ through _lib.input.output_ describe the behavior of numerous functions defined by the C++ Standard Library. Under some circumstances, however, certain of these function descrip- tions also apply to replacement functions defined in the program (_lib.definitions_). 17.4.3.6 Other functions [lib.res.on.functions] 1 In certain cases (replacement functions, handler functions, operations on types used to instantiate standard library template components), the C++ Standard Library depends on components supplied by a C++...
2008 May 01
3
[LLVMdev] optimization assumes malloc return is non-null
(Hi Mike!) On May 1, 2008, at 6:11 PM, Mike Stump wrote: > On Apr 30, 2008, at 9:26 PM, Chris Lattner wrote: >> Personally to me, I have a bigger axe to grind with C++ operator new. >> AFAIK, the standard doesn't give leeway to do a number of interesting >> optimizations for new/delete because the user is explicitly allowed >> to >> override them and the std