<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<tt>Stefan Hajnoczi wrote:</tt>
<blockquote type="cite" cite="mid:fbd9d3991003140121mdc9243fqa43c1ea7cbf7afac@mail.gmail.com">
<title>Re: [gPXE-devel] Minor Scripting Improvements</title>
<!-- Converted from text/plain format -->
<p><tt><font size="2">if ( rc | shell_exit_flag ) {<br>
<br>
The bitwise OR saves a few bytes compared to logical OR but looks odd.<br>
On my system I can get the same size using:<br>
<br>
while ( ! shell_exit_flag && offset < image->len ) {</font></tt></p>
</blockquote>
<tt><br>
Yes, it's all about the code size. :) I appreciate your findings here
for a more pleasant alternative, Stefan. I can certainly redo the
staging branch for 'exit' and 'loopif' to use this. Thanks!<br>
<br>
- Shao Miller<br>
</tt>
</body>
</html>