release mode optimization

Charles Hixson charleshixsn at earthlink.net
Wed Jan 9 16:14:47 PST 2013


Would the following code:
for (int i = 1; i < di.count; i++)
{  assert (node.di.entry[i - 1].key < node.di.entry[i].key);  }

be optimized away if compiled under -release?


More information about the Digitalmars-d-learn mailing list