Displaying 4 results from an estimated 4 matches for "mbbit".
Did you mean:
mbit
2012 Nov 09
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...doInit(MachineFunction &Fn) { // iterate over all basic blocks, all instructions in a block, // all operands in an instruction int insNum = 1; for (MachineFunction::iterator MFIt = Fn.begin(), MFendIt = Fn.end(); MFIt != MFendIt; MFIt++) { for (MachineBasicBlock::iterator MBBIt = MFIt->begin(), MBBendIt = MFIt->end(); MBBIt != MBBendIt; MBBIt++) { //*MBBIt is a MachineInstr InstrToNumMap[MBBIt] = insNum; insNum++; } // end iterate over all instructions in 1 basic block } // end iterate over all basic blocks in this fn } // end doInit...
2012 Nov 08
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
Hi Susan,
In x86-64 the REX prefix must be used to access an extended register
(r8-r15 and their aliases), but cannot be used when accessing the high byte
of the ABCD regs (AH, BH, CH, DH). In your test case you have hardcoded
%vreg1 to R8B, and %vreg15 to AH, and the test case contains a copy between
these registers. The copy simultaneously must have a REX prefix, and cannot
have a REX prefix,
2014 Feb 10
1
Rsync performance with large exchange database files
...taking 30-40+ hours to finish even though it's only
transferring 80-160GB of change. Right now I'm testing this against a
local rsync server so it should get pretty fast network performance.
Eventually it will be moved to our off-site backup but that connection
is still pretty fast (20 MBbit) and the backup is only hitting 800-1000
Kbytes/sec.
Number of files: 19
Number of files transferred: 6
Total file size: 1265.74G bytes
Total transferred file size: 1057.06G bytes
Literal data: 160.67G bytes
Matched data: 896.39G bytes
File list size: 482
File list generation time: 0.001 seconds...
2014 Feb 10
1
Rsync performance with large exchange database files
...ring 80-160GB of change. Right now I'm testing this
>>>>> against a local rsync server so it should get pretty fast network
>>>>> performance. Eventually it will be moved to our off-site backup
>>>>> but that connection is still pretty fast (20 MBbit) and the
>>>>> backup is only hitting 800-1000 Kbytes/sec.
>>>>>
>>>>>
>>>>> Number of files: 19 Number of files transferred: 6 Total file
>>>>> size: 1265.74G bytes Total transferred file size: 1057.06G bytes
>>...