Re: execution order

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 16:09 24.09.2007 +0200, you wrote:
>> That's only a guess, I haven't tried it, but what about:
>> {
>>     class c;
>>     {
>>         other stuff;
>>     }
>> }
>I have tried some similar changes (put one in a function, etc...) but the 
>compiler always optimizes it. To be inline is very important due to speed.

Would it be possible to do it dynamically?

    class* p=new class;
    other stuff;
    delete p;

bye  Fabi



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux