search for: 000025c8

Displaying 4 results from an estimated 4 matches for "000025c8".

2016 Aug 26
0
[Bug 1084] New: display_proc_conntrack_stats missing data
...create expect_delete search_restart 0000014b 004cfa4f 04e9e53e 0049ce54 0000f543 006fd72d 005cfde7 0045abc6 0032596c 00000007 00000000 00000000 0000023f 00000001 00000002 00000001 00000000 0000014b 0328b028 38a17c68 03934d68 000db985 00c66dbf 03801ca2 01ea65ed 01fdb992 00000003 00000001 00000000 000025c8 00000017 00000016 00000017 00000000 entries 331 searched 5044815 found 82437441 new 4836948 invalid 62787 ignore 7329581 delete 6094311 delete_list 4565958 insert 3299692 insert_failed...
2007 Jul 19
0
[LLVMdev] memory hog llvm-ld
Hi Holger, > Note that I did specify "-g", but not any "-Ox" switches. That > made the size of all *.o files together being 143 MB. LLVM represents debug info as explicit calls to intrinsics. This approach has many advantages, but a possible disadvantage is that it can significantly increase the size of the bitcode. I don't know if that explains your observations.
2007 Jul 19
2
[LLVMdev] memory hog llvm-ld
...NLY, DEBUGGING 6 .rodata 00000161 00000000 00000000 00002324 2**2 CONTENTS, ALLOC, LOAD, READONLY, DATA 7 .debug_frame 00000140 00000000 00000000 00002488 2**2 CONTENTS, RELOC, READONLY, DEBUGGING 8 .debug_loc 00000210 00000000 00000000 000025c8 2**0 CONTENTS, READONLY, DEBUGGING 9 .debug_pubnames 00000089 00000000 00000000 000027d8 2**0 CONTENTS, RELOC, READONLY, DEBUGGING 10 .debug_aranges 00000020 00000000 00000000 00002861 2**0 CONTENTS, RELOC, READONLY, DEBUGGING 11 .d...
2007 Jul 18
5
[LLVMdev] memory hog llvm-ld
I want to share a little LLVM experiment. I tried LLVM on one of my bigger Qt 3.x based projects. I used llvm from SVN trunk (r39999) and SVN llvm-gcc-4.01 (r370) and did compile every file with /usr/src/llvm/dist/bin/g++ -c -pipe -g \ -Wall -Wextra -Wno-sign-compare \ ... lots of -Dxxxx ... \ --emit-llvm -I/usr/share/qt3/mkspecs/default \ -I. -I.. -I../../../include/qt3 -I.obj/ \