>>21That's mighty cool. Thanks for explaining.
>>22Eh, how is memory the bottleneck? I doubt that with all the abstraction my
x = bitval(p); bitnext(p); y = bitval(p); bitnext(p); z = bitval(p); will be translated into 3 AND instructors. I don't know how superscalar architecture works, but I doubt it does miracles. This needs to be written in assembly for proper optimization.