Branch: refs/heads/stringify-unop
  Home:   https://github.com/Perl/perl5
  Commit: 7ed874541abc17d294294d5ead9f89dc9b2b3f0f
      
https://github.com/Perl/perl5/commit/7ed874541abc17d294294d5ead9f89dc9b2b3f0f
  Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
    M lib/B/Op_private.pm
    M opcode.h
    M peep.c
    M regen/opcodes

  Log Message:
  -----------
  Make OP_STRINGIFY a UNOP

It only operates on a single value, the op_targ, so it should
logically be a UNOP, not a LISTOP like it's been since seemingly the
beginning.

The op is not directly exposed to Perl, so this makes no user-visible
difference.


Reply via email to