search for: 995667

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

2007 Jul 05
0
[LLVMdev] API design (and Boost and tr1)
On Thursday 05 July 2007 11:54, Chris Lattner wrote: > > I've opted for the alternate approach: make all clients pass iterators. > > That is, get rid of the specialized one- and two-argument constructors > > entirely. > That sounds reasonable. Please keep the "Value* + num elements" ctor as > well though. Why? I can't think of a case where a client
2014 Feb 15
3
[RFC PATCH] drm/nouveau: split off nvc0 compilation
...older hardware. With my config options and everything compiled, the total size of nouveau.ko is 1343324 bytes (incl symbols), which is split up text data bss dec hex filename 579171 184264 480 763915 ba80b ./drivers/gpu/drm/nouveau/nouveau.ko Turning off nvc0+ gives us 995667 bytes, split up text data bss dec hex filename 472244 59528 480 532252 81f1c ./drivers/gpu/drm/nouveau/nouveau.ko So we lost 100K of text and 130K of data (probably all that pgraph fw), and the remaining 100K must be symbols. (I'm not stripping because nobody in th...
2014 Feb 15
0
[RFC PATCH] drm/nouveau: split off nvc0 compilation
...fig options and everything compiled, the total size of nouveau.ko > is 1343324 bytes (incl symbols), which is split up > > text data bss dec hex filename > 579171 184264 480 763915 ba80b ./drivers/gpu/drm/nouveau/nouveau.ko > > Turning off nvc0+ gives us 995667 bytes, split up > > text data bss dec hex filename > 472244 59528 480 532252 81f1c ./drivers/gpu/drm/nouveau/nouveau.ko > > So we lost 100K of text and 130K of data (probably all that pgraph fw), and > the remaining 100K must be symbols. (I'm not st...