Forum Jump

Select Group :
Select Forum :
Sorted By :
Sort Order :
From The :
 
Thread Tools  Search this thread 
Vladimir Tsymbal (Intel)
Total Points:
8,903
Status Points:
8,403
Brown Belt
January 22, 2009 5:55 AM PST
How to make Composer not inlining?

I tried /Qinline-max-size=0. The message during compilation was

icl: command line remark #10148: option '-Qinline-max-size' not supported

 

It looks like non of /Qinline- options are supported.

 

Intel(R) C++ Compiler for applications running on IA-32, Version 11.1  Beta  Build 20081208 Package ID: composer_beta_update3.040

Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

--------
-Vladimir
Kittur Ganesh (Intel)
Total Points:
4,082
Status Points:
3,582
Brown Belt
January 22, 2009 8:11 AM PST
Rate
 
#1

Hi Vladimir,

Yes, you're correct.  The /Qinline-* options are disabled in Composer (mainstream product). Hope that helps, but please let me know if you need any further clarification, thanks.

-regards,
Kittur


Vladimir Tsymbal (Intel)
Total Points:
8,903
Status Points:
8,403
Brown Belt
January 22, 2009 11:04 AM PST
Rate
 
#3
Hi Kittur,

Thanks for the answer.
In this case it's confising since there is no information in Releas Notes that inline is not supported, while the Compiler User Guide that goes with Composer claimes it is.

--------
-Vladimir


Kittur Ganesh (Intel)
Total Points:
4,082
Status Points:
3,582
Brown Belt
January 22, 2009 11:49 AM PST
Rate
 
#4 Reply to #3
Thanks Vladimir. I'll look into the user guide and if that's the case, then I'll file an issue with the docs team to fix, appreciate much.
-regards,
Kittur


MrAnderson (Intel)
Total Points:
4,514
Status Points:
4,014
Brown Belt
February 4, 2009 10:47 AM PST
Rate
 
#5 Reply to #4
Hi Vladimir:

I usually use /Ob0, which disables inlining.

Also, Intel compiler should support: -fno-inline-functions

Does that help?


--------
Regards,
MrAnderson


Vladimir Tsymbal (Intel)
Total Points:
8,903
Status Points:
8,403
Brown Belt
February 5, 2009 6:33 AM PST
Rate
 
#6 Reply to #5
Hi Vladimir:

I usually use /Ob0, which disables inlining.

Also, Intel compiler should support: -fno-inline-functions

Does that help?


Hi David,

Thanks for reply.
-fno-inline-functions option is not supported by Composer.
But /Ob0 works fine. Thanks again.
--------
-Vladimir




Intel Software Network Forums Statistics

8473 users have contributed to 31604 threads and 100653 posts to date.
In the past 24 hours, we have 31 new thread(s) 110 new posts(s), and 163 new user(s).

In the past 3 days, the most popular thread for everyone has been gemm(A,A,A) like possible? The most posts were made to gemm(A,A,A) like possible? The post with the most views is Dear Steve, excuse me for a d

Please welcome our newest member Kevin Johnson