Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the “purify cleanliness” autoconf option ?

autoconf option
0
Posted

What is the “purify cleanliness” autoconf option ?

0

This (unfinished) option allows the ORB to be configured to run in a slightly slower, but ‘cleaner’ mode. Purify is a tool that performs advanced memory debugging, and it will detect many common errors. Some of the things ORBit2 can do eg. using uninitialized stack space as a source of randomness will flag false positives as purify errors ( an Uninitialized Memory Read or UMR ). Enabling this flag ensures that all such memory will be blanked first before being read. This also applies to initializing return values before returning them, even on exceptions – a case where CORBA specifies an uninitialized return value. The performance impact of having a putify clean ORB is probably fairly minimal, perhaps ~10% slower max., finger in the air guestimation.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123