<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Much clear to me now.<div>There's no recursion in set/2, so I can live with that :-)</div><div><br><div><div>On Dec 26, 2011, at 1:57 AM, Magnus Klaar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi!<div><br></div><div>Why are you obsessing about creating a sub-binary in this case? A sub-binary is _not_ a full copy of a binary, it's just a binary that's pointing into another binary. It's not very expensive. The only time you have any reason to go through great troubles to optimize this away is when the compiler cannot optimize a match operation that you perform on each iteration over a binary of unknown length.</div>
<div><br></div><div>MVH Magnius<br><br><div class="gmail_quote">On Sun, Dec 25, 2011 at 11:47 PM, Zabrane Mickael <span dir="ltr"><<a href="mailto:zabrane3@gmail.com">zabrane3@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
<div style="word-wrap:break-word"><br><div><div class="im"><div>On Dec 25, 2011, at 8:19 PM, Torben Hoffmann wrote:</div><br></div><blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div class="im">
Following that you can write it like:<br>set2(N, Bin) -><br></div><<L:N/bits, _:1, R/bits>> = Bin, % LINE 271<div class="im"><br><<L/bits, 1:1, R/bits>>.<br></div></span></blockquote></div><div>
<br></div>on my machine (R15B, R14B04), the warning is still reported.<div>src/foo.erl:271: Warning: NOT OPTIMIZED: sub binary is used or returned<br><div><br></div><div>
<div>Regards,</div><div>Zabrane</div>
</div>
<br></div></div><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div></div>
</blockquote></div><br></div></body></html>