Related articles |
---|
evaluating inlining in c henryn@ms.spacebbs.com (Henry) (2002-06-02) |
From: | "Henry" <henryn@ms.spacebbs.com> |
Newsgroups: | comp.compilers |
Date: | 2 Jun 2002 01:40:54 -0400 |
Organization: | Prodigy Internet http://www.prodigy.com |
Keywords: | optimize, question, practice |
Posted-Date: | 02 Jun 2002 01:40:54 EDT |
Folks:
Given two c compilers --or the same compiler with different options-- I
would like to discover as much as possible about the inlining strategy
followed in each case.
Obviously, I can write some code with functions that are candidates for
inlining, build, and see what happens.
Are there _standard methods_ of evaluating inlining specifically for c
compilers?
Thanks,
Henry
Return to the
comp.compilers page.
Search the
comp.compilers archives again.