Hi Alex, If you don't put in a request to optimize the code (e.g., -O2) they won't be inlined. If I recall correctly. Try: g++ -O2 -fverbose-asm -save-temps t.cpp The -fkeep-inline-functions flag might be useful, too. HTH, --Eljay
Hi Alex, If you don't put in a request to optimize the code (e.g., -O2) they won't be inlined. If I recall correctly. Try: g++ -O2 -fverbose-asm -save-temps t.cpp The -fkeep-inline-functions flag might be useful, too. HTH, --Eljay