Attention is currently required from: Timur Davydov.
1 comment:
Patchset:
I really dislike the enormous amount of ifdef's sprinkled all over the code. It makes the code unreadable and hard to maintain. I would muhc rather prefer an approach where implementation A and B would sit in separate files, eahc providing the same symbols/functions. And then at compile time depending on the implementation, either file A or file B is compiled + linked. Or if needed some kind of dispatch based on structures of function pointers - but that introduces overhead at runtime and would only be needed if switching at runtime was an option (not needed here).
To view, visit change 42703. To unsubscribe, or for help writing mail filters, visit settings.