Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/bitutil: use result of TestBytes to prevent dead code elimination ↵ | David Chase | 2019-07-17 | 1 | -2/+8 |
| | | | | | | | | | | | | (#19846) Gollvm has very aggressive dead code elimination that completely removes one of these two benchmarks. To prevent this, use the result of the benchmark (a boolean), and to be "fair", make the transformation to both benchmarks. To be reliably assured of not removing the code, "use" means assigning to an exported global. Non-exported globals and //go:noinline functions are possibly subject to this optimization. | ||||
* | all: remove the duplicate 'the' in annotations (#17509) | Wenbiao Zheng | 2018-08-27 | 1 | -2/+2 |
| | |||||
* | various: remove redundant parentheses (#15793) | Furkan KAMACI | 2018-01-03 | 1 | -4/+4 |
| | |||||
* | common: fix megacheck warnings | Egon Elbre | 2017-08-07 | 1 | -4/+4 |
| | |||||
* | common/compress: internalize encoders, add length wrappers | Péter Szilágyi | 2017-05-08 | 3 | -70/+125 |
| | |||||
* | common/bitutil: fix decompression corner cases; fuzz, test & bench | Péter Szilágyi | 2017-05-07 | 3 | -43/+302 |
| | |||||
* | common/bitutil: added data compression algorithm | Zsolt Felfoldi | 2017-05-06 | 1 | -0/+93 |
| | |||||
* | common/bitutil, consensus/ethash: reusable bitutil package | Péter Szilágyi | 2017-05-05 | 2 | -0/+403 |