Branch: refs/heads/yves/comment_about_last_close_opp
  Home:   https://github.com/Perl/perl5
  Commit: be22c34e021337a1c3b3a7bb8afb78ab05ef433a
      
https://github.com/Perl/perl5/commit/be22c34e021337a1c3b3a7bb8afb78ab05ef433a
  Author: Yves Orton <demer...@gmail.com>
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: add comment that last_close_opp is dangerous

We use last_close_opp currently to track what close ops we have
encountered during study. Some of our optimizations may remove
the close op afterwards. So the "inner" pointer is not safe to
dereference. I will push a patch in the future to clean this up
somehow or another.


Reply via email to