Hi, I think that is a great idea if we can find code that is suitably licensed. The code that detects the .gz is in src/base/output.cc; look for OutputFile<gzofstream> being instantiated. The code that is actually doing the compression is in ext/iostream3.We’d need a streambuf class that wraps LZMA
Ali > On Jul 20, 2017, at 8:58 PM, Mohammad Khasawneh <mkhas...@binghamton.edu> > wrote: > > Hello everybody, > > So I know gem5 provides the ability to compress debug files directly by > adding “.gz” to the debug file name on the command line, is it possible to > use the same idea for more aggressive compression with xz? Can someone point > me to the code that handles these operations if I want to add a hack for that? > > Thank you, > Mohammad > > _______________________________________________ > gem5-users mailing list > gem5-users@gem5.org <mailto:gem5-users@gem5.org> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > <http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users>
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users