search for: redundand

Displaying 6 results from an estimated 6 matches for "redundand".

Did you mean: redundant
2010 Mar 23
2
[LLVMdev] Questions on llvm and jit
...t the branch target offsets are correct within the function, and for that reason this all matters. 3) I noticed with libjit that the reg-allocator and alias analysis (assuming this exists in libjit) is not the best. I wonder if llvm will have a problem. If I make the appropriate llvm calls to redundandly load an integer of a pointer several times (e.g. (goo == *a) .... .... (foo == *a)), will llvm make every effort to reusue the temp created to store *a initially in the second reference? I tried this out with the llvm demo, and the C code generated automatically created a temp for the first loa...
2010 Mar 26
0
[LLVMdev] Questions on llvm and jit
...you to compile and link a shared library and then dlopen it in your runtime facility. > 3) I noticed with libjit that the reg-allocator and alias analysis (assuming > this exists in libjit) is not the best.  I wonder if llvm will have a > problem.  If I make the appropriate llvm calls to redundandly load an > integer of a pointer several times (e.g. (goo == *a) .... ....  (foo == > *a)), will llvm make every effort to reusue the temp created to store *a > initially in the second reference?  I tried this out with the llvm demo, and > the C code generated automatically created a te...
2010 Mar 26
3
[LLVMdev] Questions on llvm and jit
...a shared > library and then dlopen it in your runtime facility. > > > 3) I noticed with libjit that the reg-allocator and alias analysis (assuming > > this exists in libjit) is not the best. I wonder if llvm will have a > > problem. If I make the appropriate llvm calls to redundandly load an > > integer of a pointer several times (e.g. (goo == *a) .... .... (foo == > > *a)), will llvm make every effort to reusue the temp created to store *a > > initially in the second reference? I tried this out with the llvm demo, and > > the C code generated automa...
2010 Mar 26
0
[LLVMdev] Questions on llvm and jit
...a shared > library and then dlopen it in your runtime facility. > > > 3) I noticed with libjit that the reg-allocator and alias analysis (assuming > > this exists in libjit) is not the best. I wonder if llvm will have a > > problem. If I make the appropriate llvm calls to redundandly load an > > integer of a pointer several times (e.g. (goo == *a) .... .... (foo == > > *a)), will llvm make every effort to reusue the temp created to store *a > > initially in the second reference? I tried this out with the llvm demo, and > > the C code generated automa...
2007 Apr 27
2
Scrubbing a zpool built on LUNs
I''m building a system with two Apple RAIDs attached. I have hardware RAID5 configured so no RAIDZ or RAIDZ2, just a basic zpool pointing at the four LUNs representing the four RAID controllers. For on-going maintenance, will a zpool scrub be of any benefit? From what I''ve read with this layer of abstration ZFS is only maintaining the metadata and not the actual data on the
2010 Mar 26
1
[LLVMdev] Questions on llvm and jit
...n dlopen it in your runtime facility. >> >> > 3) I noticed with libjit that the reg-allocator and alias analysis >> > (assuming >> > this exists in libjit) is not the best.  I wonder if llvm will have a >> > problem.  If I make the appropriate llvm calls to redundandly load an >> > integer of a pointer several times (e.g. (goo == *a) .... ....  (foo == >> > *a)), will llvm make every effort to reusue the temp created to store *a >> > initially in the second reference?  I tried this out with the llvm demo, >> > and >> &g...