search for: d61432

Displaying 3 results from an estimated 3 matches for "d61432".

2019 May 02
12
RFC: On removing magic numbers assuming 8-bit bytes
...would be under the condition that significant added complexities are avoided. Another con would be added compilation time e.g. in cases where the byte size is a run-time variable rather than a constant. However, this cost seems negligible in practice. Refactoring examples: https://reviews.llvm.org/D61432 Best Regards, Jesper
2019 May 03
2
RFC: On removing magic numbers assuming 8-bit bytes
...ould > > be > > added compilation time e.g. in cases where the byte size is a run- > > time > > variable rather than a constant. However, this cost seems > > negligible in > > practice. > > > > Refactoring examples: > > https://reviews.llvm.org/D61432 > > > > Best Regards, > > Jesper > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
2019 May 03
2
RFC: On removing magic numbers assuming 8-bit bytes
...ould > > be > > added compilation time e.g. in cases where the byte size is a run- > > time > > variable rather than a constant. However, this cost seems > > negligible in > > practice. > > > > Refactoring examples: > > https://reviews.llvm.org/D61432 > > > > Best Regards, > > Jesper > >