search for: 2bits

Displaying 4 results from an estimated 4 matches for "2bits".

Did you mean: bits
2012 Jan 03
2
[LLVMdev] [RFC] Extending MachineInstr.Flags
...MI on to one of multiple execution pipes. This leads to a different instruction encoding per the pipe it is bound to, and need to percolate this information down. Would it be advisable to extend and use the "MachineInstr.Flags" field for this purpose? Right now this flag seems to consume 2bits space out of total 8 (uint8_t). Could we extend this field to say 32bit or better yet to 64bits like MCInstrDesc.TSFlags? Any suggestions/ideas welcome. Thanks. Girish. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/att...
2009 Nov 13
4
On-Boot Scripts
Hi; Where do I add my on-bootup scripts? TIA, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20091113/0129a124/attachment-0003.html>
2011 Jun 08
1
Drupal/MySQL performance in Xen and OpenVZ
...trol. So: Is there any reason Xen may be able to outperform OpenVZ for the webserver-setup I have described, or should I just continue to use OpenVZ? Cheers, Einar Sources: [1] http://www.ilsistemista.net/index.php/virtualization/1-virtual-machines-performance-comparison.html?start=13 [2] http://2bits.com/articles/hosting-virtualization-openvz-vs-xen-which-is-best.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20110608/2aea37f5/attachment-0006.html>
2018 Feb 27
1
[PATCH RFC 1/2] virtio: introduce packed ring defines
From: Tiwei Bie > Sent: 23 February 2018 11:18 ... > +struct vring_packed_desc_event { > + /* Descriptor Event Offset */ > + __virtio16 desc_event_off : 15, > + /* Descriptor Event Wrap Counter */ > + desc_event_wrap : 1; > + /* Descriptor Event Flags */ > + __virtio16 desc_event_flags : 2; > +}; This looks like you are assuming that a bit-field has a defined