From: Brian J. M. <mil...@ll...> - 2009-05-28 21:16:30
|
Hi I'm using 3.4.1 and am wondering if the location of the annotation indicates whether the compiler actually inlined a function declared inline. I have some inline functions whose annotated cache data appears in the .hh file while other inline functions of the same class have their annotated data appear in the source file where they are called. Does this mean that the latter function was inlined while the former was not? Thanks, Brian |