> On 7/1/20 3:15 AM, Martin Liška wrote: > > On 6/30/20 3:24 PM, Nathan Sidwell wrote: > > > On 6/30/20 8:53 AM, Martin Liška wrote: > > > Yes, if there's a real need for a solid compression, then I would use a > > generic compressor of a final streamed file. > > for avoidance of doubt, I'm good with your current solution
I think special casing zeros is good even in combination with a generic compressor because it is very common special case to deal with (for programs that exit frequently and have a lot of basic blocks like GCC generic comporessor may easilly turn out to be a bottleneck if fed with overhelming quantity of redundant data). I am also happy with current solution. Thanks for working on it! Honza > > nathan > > > -- > Nathan Sidwell