Displaying 2 results from an estimated 2 matches for "1025504".
2007 Aug 22
0
rpm command freezing
...mem REG 0,56 16384 4804488
/mounted/etc/rpmdb/__db.001 (filer:/vol/v_s02/apps/sss)
rpmq 10385 root mem REG 8,3 151168 1297631
/usr/lib64/librpmbuild-4.2.so
rpmq 10385 root mem REG 8,3 327352 1297057 /usr/lib64/librpm-
4.2.so
rpmq 10385 root mem REG 8,3 1025504 1296970 /usr/lib64/librpmdb-
4.2.so
rpmq 10385 root mem REG 8,3 194208 1298156 /usr/lib64/librpmio-
4.2.so
rpmq 10385 root mem REG 8,3 31880 1296910
/usr/lib64/libpopt.so.0.0.0
rpmq 10385 root mem REG 8,3 69616 1297628 /usr/lib64/libelf-
0.94.1.so
rpmq 1...
2012 Oct 09
0
[LLVMdev] "Multithreaded LLVM" in "Writing an LLVM Pass"
On 8 Oct 2012, at 18:26, Lu Mitnick wrote:
> 1. Multiple threads handle different modules (Thread : Module = 1 : 1)
> or
For ModulePasses, yes.
> 2. Multiple threads handle one module (Thread : Module = N : 1)
For FunctionPasses, yes.
Note that this part is in the future work section, meaning that no one has done it yet. FunctionPasses are independent of each other when running on