Re: [PATCH 14/16] qapi/expr.py: Use tuples instead of lists for static data

2020-09-24 Thread John Snow
On 9/24/20 9:03 PM, Cleber Rosa wrote: On Tue, Sep 22, 2020 at 05:13:11PM -0400, John Snow wrote: It is -- maybe -- possibly -- three nanoseconds faster. Kevin O'Leary would clearly say here: "stop the madness!" :) Signed-off-by: John Snow Reviewed-by: Cleber Rosa I can explain! Whe

Re: [PATCH 14/16] qapi/expr.py: Use tuples instead of lists for static data

2020-09-24 Thread Cleber Rosa
On Tue, Sep 22, 2020 at 05:13:11PM -0400, John Snow wrote: > It is -- maybe -- possibly -- three nanoseconds faster. > Kevin O'Leary would clearly say here: "stop the madness!" :) > Signed-off-by: John Snow Reviewed-by: Cleber Rosa signature.asc Description: PGP signature

Re: [PATCH 14/16] qapi/expr.py: Use tuples instead of lists for static data

2020-09-23 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:13:11PM -0400, John Snow wrote: > It is -- maybe -- possibly -- three nanoseconds faster. > > Signed-off-by: John Snow Reviewed-by: Eduardo Habkost -- Eduardo

[PATCH 14/16] qapi/expr.py: Use tuples instead of lists for static data

2020-09-22 Thread John Snow
It is -- maybe -- possibly -- three nanoseconds faster. Signed-off-by: John Snow --- scripts/qapi/expr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/qapi/expr.py b/scripts/qapi/expr.py index 2a1f37ca88..69ee9e3f18 100644 --- a/scripts/qapi/expr.py +++ b/scrip