Displaying 2 results from an estimated 2 matches for "explicitinlin".
Did you mean:
explicitinline
2006 Mar 14
0
[LLVMdev] Selectively Disable Inlining for Functions
...f the patch is actually boring infrastructure, and you will note that
> the actual consultation of the hints in InlineSimple.cpp is just a few lines
> leaving much room for further improvements.
Yup.
>> Here are the specific problems with your patch that I see:
>>
>> 1. ExplicitInline/ImplicitInline are currently ignored. These fall into
>> the class of dangerous information that is hard to use in a
>> meaningful way. For example just becase a method is defined in the
>> body of a class, it doesn't tell you anything about its potential for
>&...
2006 Mar 07
1
[LLVMdev] Selectively Disable Inlining for Functions
...h as
disrespect: I can tell you worked hard on it, and it is nice work.
Hopefully my previous email helps clarify my position about why I think
these sorts of things are dangerous, and the ideas below will crystalize a
way forward.
Here are the specific problems with your patch that I see:
1. ExplicitInline/ImplicitInline are currently ignored. These fall into
the class of dangerous information that is hard to use in a
meaningful way. For example just becase a method is defined in the
body of a class, it doesn't tell you anything about its potential for
inlining: huge methods ca...