All,

A lot of ways to come this and there have been a lot of great ideas

On Saturday, October 3, 2015, Jeffrey Celander <[email protected]>
wrote:

> Use BXLE to reduce the number of loop instructions executed. Setup BXLE
> registers with a single LM using ADCONS.
>
> Jeffrey Celander
>
> > On Oct 3, 2015, at 10:30 AM, Robert A. Rosenberg <[email protected]
> <javascript:;>> wrote:
> >
> > At 12:21 +0200 on 10/03/2015, Bernd Oppolzer wrote about Re: Branch
> Table:
> >
> >> When you have really large branch tables with hundreds of functions,
> >> sequential table lookup will be a performance problem. Then you should
> >> consider binary search etc.
> >
> > Binary search requires the table to be in alpha order of the function
> names. For a sequential search the entries can be in any order including in
> descending order of expected usage - ie: You put the routines you expect to
> call the most at the top of the table.
>

Reply via email to