Source-Changes-D archive

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

Re: CVS commit: src/sys/sys



On Jul 9,  5:56am, paul%whooppee.com@localhost (Paul Goyette) wrote:
-- Subject: Re: CVS commit: src/sys/sys

| > Yes, the double evaluation is a show-stopper, please revert.
| 
| A quick inspection shows that no additional code is generated, at least 
| when using gcc.  For example:

Not if the value has side effects:

int *flags;
CLR(*flags++, 1);

christos


Home | Main Index | Thread Index | Old Index