Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a043512d92ca47f385148b776420a6438dc1d137
      
https://github.com/Perl/perl5/commit/a043512d92ca47f385148b776420a6438dc1d137
  Author: Richard Leach <richardle...@users.noreply.github.com>
  Date:   2021-05-22 (Sat, 22 May 2021)

  Changed paths:
    M pad.c

  Log Message:
  -----------
  Perl_pad_push: assign the SV to store in sv, use single av_store()


  Commit: e92b9ddc13179b9220bebd7892b3c8bb1c2a93dc
      
https://github.com/Perl/perl5/commit/e92b9ddc13179b9220bebd7892b3c8bb1c2a93dc
  Author: Richard Leach <richardle...@users.noreply.github.com>
  Date:   2021-05-22 (Sat, 22 May 2021)

  Changed paths:
    M pad.c

  Log Message:
  -----------
  Perl_pad_push: directly allocate SV* array, remove av_store() calls


  Commit: 36f923e59e7f66d2c6cf187176f2cea3b7b0c43e
      
https://github.com/Perl/perl5/commit/36f923e59e7f66d2c6cf187176f2cea3b7b0c43e
  Author: Richard Leach <richardle...@users.noreply.github.com>
  Date:   2021-05-22 (Sat, 22 May 2021)

  Changed paths:
    M pad.c

  Log Message:
  -----------
  Perl_pad_new: directly allocate SV* array, remove av_store() calls


Compare: https://github.com/Perl/perl5/compare/805d541fd64e...36f923e59e7f

Reply via email to