bitfield optimizations

Z

zb32

Hi,

For visual c++, is it possible to turn off packing of the bitfields
during compilation and make those variables behave like normal ones? I
need to run purify on my program and it trips on all references to
bitfields saying those are "uninitialized memory references", which
makes it impossible to analyze purify output because there are too
many of those.

thanks in advance
 
D

David Harmon

On 12 Jul 2004 16:22:43 -0700 in comp.lang.c++, (e-mail address removed)
(zb32) wrote,
For visual c++, is it possible to turn off packing of the bitfields

That would be a question about the Microsoft product and not about the
standard C++ language.

See the welcome message posted twice per week in comp.lang.c++ or
available at http://www.slack.net/~shiva/welcome.txt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top