Re: [Modassert-users] Nested rbOR compiles slowly
Brought to you by:
mark_vp
From: Mark V. P. <Mar...@te...> - 2009-06-08 14:20:22
|
housequake wrote: > Hi, > > I suspect that when I have some rbOR Richbooleans zith an rbOR_BE in it, > it takes quite a long time in Release mode to compile. Has anybody > noticed this as well? Maybe it's due to something else. > > Grtz, > > John > Hi John, I noticed this too. The unit tests in the macros folder of the Rich Booleans package takes a long time to compile in Release mode because of rbOR macros with rbOR_BE or rbOR_DE macros in them, same for rbAND. I changed these tests so that each of these macros is in a separate test, for some strange reason that speeds up compilation drastically. If you have several such macros, try putting them in a separate scope. That's the best advice I can give, compilation time can be mysterious. Kind regards, Mark |