search for: barriar

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

Did you mean: bardia
2017 Dec 08
4
Non-relocating GC with liveness tracking
...e, because it only needs all live vars without saving it to a corresponding gcroot, and can track liveness at every call point. However, this seems still marked as experimental, and doesn't support exception handling (which is a requirement for my language). And because my language uses return barriar ( http://lists.llvm.org/pipermail/llvm-dev/2017-August/116291.html), I'm already using a new intrinsic that returns a token type for calls so I can have multiple return paths that retrieves the actual result, and currently it doesn't work with gc.statepoint. I wanna check the status of sta...
2018 Nov 19
2
Non-relocating GC with liveness tracking
...all live vars without saving it to a corresponding gcroot, and can > track liveness at every call point. > > However, this seems still marked as experimental, and doesn't support > exception handling (which is a requirement for my language). And because my > language uses return barriar ( > http://lists.llvm.org/pipermail/llvm-dev/2017-August/116291.html), I'm > already using a new intrinsic that returns a token type for calls so I can > have multiple return paths that retrieves the actual result, and currently > it doesn't work with gc.statepoint. > > I...