[cfe-commits] r47850 - /cfe/trunk/Headers/mmintrin.h
Mike Stump
mrs at apple.com
Mon Mar 3 17:32:07 PST 2008
On Mar 3, 2008, at 5:10 PM, Devang Patel wrote:
> Mike, we welcome patches :).
I welcome the review of outstanding patches. :)
>> always_inline would probably need to be implemented in an
>> end-of-translation-unit hook, and I don't think one exists at the
>> moment. Besides that, though, there's nothing especially difficult
>> about it: all that would need to happen is that CodeGen would need to
>> loop over all the always_inline functions and inline the callsites.
>
> Yes, however things become interesting when optimizer (responsible
> for doing inlining) is not invoked based on command line options
> seen by driver.
Not really, codegen isn't complete until it is inlined. If it isn't,
that'd be a bug. More interesting would be what does this mean in an
interpreted context where nothing is really inlined.
More information about the cfe-commits
mailing list