Re: [PATCH v4 17/19] qapi/expr.py: Use tuples instead of lists for static data

2021-03-25 Thread Markus Armbruster
John Snow writes: > It is -- maybe -- possibly -- three nanoseconds faster. > > Signed-off-by: John Snow > Reviewed-by: Eduardo Habkost > Reviewed-by: Cleber Rosa > > --- > > This can be dropped if desired; it has no real functional impact I could > defend in code review court. I just happened

[PATCH v4 17/19] qapi/expr.py: Use tuples instead of lists for static data

2021-03-24 Thread John Snow
It is -- maybe -- possibly -- three nanoseconds faster. Signed-off-by: John Snow Reviewed-by: Eduardo Habkost Reviewed-by: Cleber Rosa --- This can be dropped if desired; it has no real functional impact I could defend in code review court. I just happened to write it this way. Signed-off-by