in reply to Re^5: Fast coverage module or hack
in thread Fast coverage module or hack

"forced to realloc PL_linestr for line use Devel::TraceCalls" - forget about it, I was missusing it. Well, i've got it working! However there seem to be some edge cases. I had my test failing, and I've got it fixed by replacing
-            (!!0, uniq @b);
+            (!!0, List::MoreUtils::uniq(@b));
in few places. I.e. by adding full prefix to uniq from List::MoreUtils. I think it's about contexts (list vs scalar maybe). Big thanks anyway!! I'll see if I can adopt it to fit all my needs.. Waiting it on CPAN.

Replies are listed 'Best First'.
Re^7: Fast coverage module or hack
by tobyink (Canon) on Dec 02, 2019 at 20:22 UTC
      Thanks!
Re^7: Fast coverage module or hack
by tobyink (Canon) on Dec 02, 2019 at 18:53 UTC

    Just uploaded to CPAN only to find out the name Devel::TraceCalls is already being used.

    I'll have dinner and then think of a new name.