search for: readblockinfo

Displaying 4 results from an estimated 4 matches for "readblockinfo".

2016 Oct 29
2
RFC [Bitcode]: Moving block info block state
...block info block state, i.e. everything matching *BlockInfo* in the current BitstreamReader interface }; class BitstreamCursor : SimpleBitstreamCursor { // existing BitstreamCursor interface here /// Read a block info block into a BitstreamBlockInfo object, and return it. BitstreamBlockInfo ReadBlockInfo(); /// Set the block info to be used by this BitstreamCursor to interpret abbreviated records. void setBlockInfo(BitstreamBlockInfo *Info); }; What I like about this design is that it is more explicit than either the status quo or D26100, but I'd like feedback on it first. Thanks, -- --...
2016 Nov 01
0
RFC [Bitcode]: Moving block info block state
...hing matching *BlockInfo* in the current BitstreamReader interface > }; > > class BitstreamCursor : SimpleBitstreamCursor { > // existing BitstreamCursor interface here > > /// Read a block info block into a BitstreamBlockInfo object, and return it. > BitstreamBlockInfo ReadBlockInfo(); > > /// Set the block info to be used by this BitstreamCursor to interpret abbreviated records. > void setBlockInfo(BitstreamBlockInfo *Info); > }; > > What I like about this design is that it is more explicit than either the status quo or D26100, but I'd like feedbac...
2016 Nov 01
1
RFC [Bitcode]: Moving block info block state
...the current BitstreamReader interface >> }; >> >> class BitstreamCursor : SimpleBitstreamCursor { >> // existing BitstreamCursor interface here >> >> /// Read a block info block into a BitstreamBlockInfo object, and return it. >> BitstreamBlockInfo ReadBlockInfo(); >> >> /// Set the block info to be used by this BitstreamCursor to interpret abbreviated records. >> void setBlockInfo(BitstreamBlockInfo *Info); >> }; >> >> What I like about this design is that it is more explicit than either the status quo or D26100,...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >>