From: Cyrill G. <gor...@gm...> - 2014-05-09 16:20:10
|
On Fri, May 09, 2014 at 09:11:20AM -0700, H. Peter Anvin wrote: > On 05/09/2014 09:10 AM, Cyrill Gorcunov wrote: > > On Fri, May 09, 2014 at 08:56:27AM -0700, H. Peter Anvin wrote: > >> On 05/09/2014 12:48 AM, Cyrill Gorcunov wrote: > >>> Hi, it seems rdoff is not that popular nowadays. Maybe we should > >>> drop it off? Are there still active users? > >> > >> It is hard to say. I suspect it is actually not the least used of the > >> formats we support... :-/ > > > > I see. OK then. > > We kind of have the same problem with NASM as with Linux... the only way > to really find out what is being used is to break it...! Well, we can try it then -- drop rdoff by _one_ commit, and if people start complaing about it, we simply revert the commit. At the moment I walking throught the sources looking for parts of code which can be ripped off. One of them -- custom malloc/free tracker. There are a bunch to memory trackers (valgrind and such) so I think we don't need our trivial one. |