Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: dd6f5699e38163de743c93d2641b8ecff455f67c
      
https://github.com/Perl/perl5/commit/dd6f5699e38163de743c93d2641b8ecff455f67c
  Author: Paul "LeoNerd" Evans <[email protected]>
  Date:   2022-12-08 (Thu, 08 Dec 2022)

  Changed paths:
    M embed.fnc
    M embed.h
    M inline.h
    M proto.h

  Log Message:
  -----------
  Define a newPADxVOP() convenience function

This function conveniently sets the ->op_targ field of the returned op,
making it neater to use inline in larger trees of new*OP functions used
to build optree fragments.

This function is implemented as `static inline`, for speed and code-size
reasons.


  Commit: fe31205d63da5c2b38cf8ffbdf08f3a18430a0da
      
https://github.com/Perl/perl5/commit/fe31205d63da5c2b38cf8ffbdf08f3a18430a0da
  Author: Paul "LeoNerd" Evans <[email protected]>
  Date:   2022-12-08 (Thu, 08 Dec 2022)

  Changed paths:
    M op.c
    M toke.c

  Log Message:
  -----------
  Simplify a few callsites with the newPADxVOP() function


Compare: https://github.com/Perl/perl5/compare/a357bb956571...fe31205d63da

Reply via email to