Re: Unsigned integers

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"Bob Butler" <tiredofit@xxxxxxxxxx> wrote in message
news:Oo778DvWFHA.2996@xxxxxxxxxxxxxxxxxxxx
<cut>
> I've never heard the term "unrolled loop" and have no clue what you mean
> by that.

I should have googled before I posted; the concept of "unrolling" a loop is
one that I knew, I'd just never heard it called that. For that situation I
agree that the loop is usually more 'elegant' but that the straight-thru
code can be faster. It's always a trade-off between size, speed and
maintainability.

--
Reply to the group so all can participate
VB.Net: "Fool me once..."

.



Relevant Pages

  • Re: Breakpoints in "unrolled loop"
    ... to select which binary locationget a breakpoint. ... I've seen at least one debugger offer a complete selection of eligible code addresses in such cases. ... copy in this case (assuming that it's really just an unrolled loop) or generally on the entry point into the unrolled portion. ... But only for as long as the whole unrolled loop takes to return to its beginning. ...
    (comp.arch.embedded)
  • Re: Compile-Time Loops in Assembly Language
    ... About 100 times longer than the unrolled loop!! ... mov edx, 100000 ... push eax ... where the unrolled loop is faster than the compact loop. ...
    (alt.lang.asm)
  • Re: The inaugural VB6 vs dot net test
    ... But re-arranging code is all in a day's work of an Optimizer. ... may change a While loop into a Do/While wrapped in a Conditional. ... them into conditionals for an unrolled loop. ...
    (microsoft.public.vb.general.discussion)
  • Re: processing a sequence
    ... (loop for sublist = (collect-sublist) ... return accum if not element = list.first ... if prev and element < prev ... James still didn?t show his Ruby one-liner that outperforms the Lisp ...
    (comp.lang.lisp)
  • Re: Process notification
    ... As you see from prev. ... posts there is no obsolute user mode solution on how ... and then immidiatly terminated - your "monitoring loop" may not detect it. ... Vladimir ...
    (microsoft.public.win32.programmer.kernel)