[Openmp-commits] [PATCH] D105947: [libomptarget] Keep the Shadow Pointer Map up-to-date

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 14 02:35:10 PDT 2021


grokos added a comment.

No, only when the PTR is deallocated is the entry removed from the map. But in `env/base_ptr_ref_count.c` the PTR is a global `declare target` pointer, so it stays in the map for the lifetime of the application.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105947/new/

https://reviews.llvm.org/D105947



More information about the Openmp-commits mailing list