Home > Archive > Unix Programming > October 2007 > Aop Bop - how can I understand this?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Aop Bop - how can I understand this?
|
|
| Bin Chen 2007-10-23, 8:07 am |
| Hi,
I am reading a graphic framework source code, the very low level
operation is blit, which is copy a region of memory to another place.
The code is writen in optimization scheme, and there are many keyword
named Aop Bop in the code.
I can't understand this, but I think the strange name must be coming
from some famous algorithm paper, can anyone point me to such
algorithm paper so that I can get some ideas from?
Thanks a lot.
Bin
| |
| jellybean stonerfish 2007-10-24, 4:32 am |
| On Tue, 23 Oct 2007 10:50:12 +0000, Bin Chen wrote:
> Hi,
>
> I am reading a graphic framework source code, the very low level
> operation is blit, which is copy a region of memory to another place.
> The code is writen in optimization scheme, and there are many keyword
> named Aop Bop in the code.
> I can't understand this, but I think the strange name must be coming
> from some famous algorithm paper, can anyone point me to such
> algorithm paper so that I can get some ideas from?
>
> Thanks a lot.
> Bin
A operand (aop) , B operand (bop)
unstoned again.
|
|
|
|
|