Displaying 3 results from an estimated 3 matches for "no_inlin".
Did you mean:
no_inline
2014 Feb 25
2
[LLVMdev] noinline attribute problem
Hello,
I have the following simple C code below. It should return '8' as a result.
But the returned result is false as it returns '1'.
When I remove the line of '__attribute__((noinline))' , the returned results
are correct '8'.
Any idea? Please advice as I need to get the assembly code of the
'getTexSize' function alone.
Note: I compile using the
2005 Feb 11
1
[LLVMdev] Function attributes and bytecode
On Thursday 10 February 2005 21:47, Markus F.X.J. Oberhumer wrote:
> In order to get more familiar with the llvm sources I've recently
> decided to try to add support for the always_inline and noline function
> attributes.
I believe it is better to let the compiler decide when or not to inline a
function. Most of the times a developer goes overboard with inlining and ends
up with a
2007 Nov 14
10
[GE users] Apple Leopard has dtrace -- anyone used the SGE probes/scripts yet?
...2#
>>
> On Nov 14, 2007, at 6:06 AM, Andreas.Haas at Sun.COM wrote:
>
>> Hi Chris,
>>
>> this time function inlining can not be the cause since
>> sge_mirror_process_events() gets called exclusively from other source
>> modules. I added nevertheless the no_inline
>> compiler directive to source code for sge_mirror_process_events() and
>> recompiled the entire stuff anew. Please give it another try.
>>
>> If it doesn''t work then we must ask for counsel from Apple and Sun
>> engineers in dtrace-discuss at opensolaris...