"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "1efc17e1ec2834581555bf69e1f77e190a9498e3"
[OCaml] Omit unnecessary GC root registrations
The current code does not follow the simple interface to the OCaml GC, where GC roots are registered conservatively, only initializing allocations are performed, etc. This is intentional, as stated in the opening file comments. On the other hand, the current code does register GC roots in many situations where it is not strictly necessary. This diff omits many of them. Differential Revision: https://reviews.llvm.org/D99475
Loading
Please register or sign in to comment