search for: tempnodes

Displaying 2 results from an estimated 2 matches for "tempnodes".

2006 Aug 25
4
[LLVMdev] Built LLVM 1.8 on VC8, invalid iterator issue/fix, some questions
...ant like 'ret int 0' ret int %foo } My hack around the situation was to copy From.Val into a temporary std::vector<SDNode*>, by modifying the code that generates that code (TableGen/DAGISelEmitter.cpp), but that's got a performance penalty: // ... std::vector<SDNode*> tempnodes(From.Val->use_begin(), From.Val->use_end()); for (SDNode::use_iterator UI = tempnodes.begin(); UI != tempnodes.end(); UI++) { // ... I could preallocate the temporary vector to a certain size to help a little, but ideally there's no copying of vectors at all. NOTE: I haven't...
2010 Apr 16
2
[RFC] btrfs, udev and btrfs
Hi all, below a configuration for udev/initramfs which I propose to scan the block devices looking for a multi-volume btrfs filesystem. Btrfs has the capability to span a file-system on multiple device. In order to do that, the involved devices have to be "registered" in the kernel. In order to do that there are two options: # btrfs device scan <device> (or the old