<div dir="ltr"><div>Hi list,</div><div><br></div><div>Intro: the configure script tries to detect the Intel and Solaris atomic primitives/ops support and if that failed, HB falls back to the thread-unsafe default implementation and warns the user (and also proposes to suppress the warning by defining HB_NO_MT ;) ). Moreover, HB_NO_MT is the only alternative suggested by Android.mk (though <span style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:19.5px">docs/ANDROID-ATOMICS.htm says the atomics are supported</span>)!</div><div><br></div><div>Issue: in a multi-threaded application, there is no possibility to check if HB library we're linking to is thread-safe -> we blindly assume it is.</div><div><br></div><div>Proposed solution: in case the configure script failed to detect the supported atomic primitives, proceed with a warning and expect the build to fail if the user didn't provide his own implementation (ie. in config.h or via some external include). This way, we could even get rid of HB_NO_MT path -- where explicitly required, the user would be able to provide his no-MT implementation (ie. for HB built in a single-threaded application).</div><div><br></div><div>WDYT?</div><br clear="all"><div><div class="gmail_signature">Regards,<br>Konstantin</div></div>
</div>