<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">On Mon, Oct 29, 2018, 8:51 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Joel,<br>
<br>
there is a slight increase in text size (about 300 to 500 bytes on <br>
SPARC) due to the thread join support and the message queues supporting <br>
blocking send and insert by priority. This shouldn't be a blocking <br>
issue. </blockquote></div></div><div dir="auto"><br></div><div dir="auto">I didn't consider any thing I could think of a blocking issue. I just wanted to make sure the impact had been quantified.</div><div dir="auto"><br></div><div dir="auto">For those not so familiar, that's about 125 instructions and the message queue code shouldn't be in an exe unless queues are used.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If there is a real need the message queue support could be <br>
restructured to entangle the dependencies.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">No need for that. POSIX message queue priority rather sucks as specified anyway. The priority can be any integer value and we do a linear insert last I checked. As long as it doesn't impact Classic message queues I am happy.</div><div dir="auto"><br></div><div dir="auto">Thanks.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : +49 89 189 47 41-16<br>
Fax     : +49 89 189 47 41-09<br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank" rel="noreferrer">sebastian.huber@embedded-brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
<br>
</blockquote></div></div></div>