Displaying 2 results from an estimated 2 matches for "extendedbbinfo".
2016 Jul 21
4
RFC: Strong GC References in LLVM
Okay, so it sounds like it might actually be better to be even more low
level, call it "ExtendedBBInfo" or something, and rename what it provides
to be more clearly structural:
A. Inst * FirstIsGuaranteedToTransferExecutionToSuccessor(BB) (naming
bikeshed open on this one :P)
B. Inst * LastIsGuaranteedToTransferExecutionToSuccessor(BB)
C. Inst *FirstMayThrow(BB)
D. Inst *LastMayThrow(BB)
Mos...
2016 Jul 21
2
RFC: Strong GC References in LLVM
On Thu, Jul 21, 2016 at 9:39 AM, Daniel Berlin <dberlin at dberlin.org> wrote:
>
>
> On Thu, Jul 21, 2016 at 9:26 AM, Andrew Trick <atrick at apple.com> wrote:
>
>>
>> On Jul 21, 2016, at 7:45 AM, Philip Reames <listmail at philipreames.com>
>> wrote:
>>
>> Joining in very late, but the tangent here has been interesting (if
>>