Displaying 4 results from an estimated 4 matches for "setblockinfo".
2016 Oct 29
2
RFC [Bitcode]: Moving block info block state
...amCursor : 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,
--
--
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipe...
2016 Nov 01
0
RFC [Bitcode]: Moving block info block state
...> // 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.
That’s fine with me.
—
Mehdi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <h...
2016 Nov 01
1
RFC [Bitcode]: Moving block info block state
...reamCursor 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.
>
> That’s fine with me.
Might be worth waiting until after the dev meeting to be sure everyone ha...
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:
>>