<div dir="ltr">This looks fine, but Nick should confirm that it is the correct implementation of byval & readonly.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 22, 2013 at 3:07 PM, Tom Stellard <span dir="ltr"><<a href="mailto:tom@stellard.net" target="_blank">tom@stellard.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
The function inliner avoids generating memcpy calls when the parameter<br>
is marked byval and the function is marked readonly.  The attached<br>
patch extends this behavior to the case where the function parameter is<br>
readonly, but the function isn't.<br>
<br>
Please review.<br>
<br>
Thanks,<br>
Tom<br>
</blockquote></div><br></div>