Hi Stephen,
On 3 February 2014 13:19, Stephen Warren wrote:
>
> On 01/31/2014 05:03 PM, Simon Glass wrote:
> > Hi Stephen,
> >
> > On 27 January 2014 13:49, Stephen Warren wrote:
> >> From: Stephen Warren
> >>
> >> do_test() currently uses strcmp() twice to determine which operator is
> >> pres
On 01/31/2014 05:03 PM, Simon Glass wrote:
> Hi Stephen,
>
> On 27 January 2014 13:49, Stephen Warren wrote:
>> From: Stephen Warren
>>
>> do_test() currently uses strcmp() twice to determine which operator is
>> present; once to determine how many arguments the operator needs, then
>> a second
Hi Stephen,
On 27 January 2014 13:49, Stephen Warren wrote:
> From: Stephen Warren
>
> do_test() currently uses strcmp() twice to determine which operator is
> present; once to determine how many arguments the operator needs, then
> a second time to actually decode the operator and implement it.
From: Stephen Warren
do_test() currently uses strcmp() twice to determine which operator is
present; once to determine how many arguments the operator needs, then
a second time to actually decode the operator and implement it.
Rewrite the code so that a table lookup is used to translate the oper
4 matches
Mail list logo