Displaying 2 results from an estimated 2 matches for "imemori".
Did you mean:
imemory
2004 Jul 01
1
[LLVMdev] Add assert in llvm::StroreInst::init and llvm::LoadInst::init
I'm make silly error (swap arguments in llvm::StroreInst constructor call:
llvm::Value* var = genExpr(bb,*varExpr,false);
llvm::Value* val = genExpr(bb,*valExpr,true );
llvm::StoreInst* lStore = new llvm::StoreInst(var,val,bb);
instead
assert(var && var->getType()->getTypeID()==llvm::Type::PointerTyID && "var
side isn't pointer type");
llvm::StoreInst*
2012 Feb 13
0
Migrate and reduce volume
...start
- would the data currently on brick B be wipeed?
- would any new data written to the volume *not* be written to brick
A? (ie: does brick A go into a sort of read-only mode?)
If the data in brick B is still ok after the migration I plan on then
decommissioning brick A.
Thanks,
Scott Barber
iMemories.com