Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 320ae5fef6390c701c0fb885b5a5109ee65ce350
      
https://github.com/Perl/perl5/commit/320ae5fef6390c701c0fb885b5a5109ee65ce350
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Move some code out of unlikely #ifdef

Spotted by Hugo van der Sanden.  Doing this caused it to attempt to be
compiled, and showed a typo.


  Commit: 138daa9de5910dbd89190c9345fb07a0efbb5860
      
https://github.com/Perl/perl5/commit/138daa9de5910dbd89190c9345fb07a0efbb5860
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Add some branch predictors


  Commit: e040f2ad444d8427fef376d99c0fb47a06a78e05
      
https://github.com/Perl/perl5/commit/e040f2ad444d8427fef376d99c0fb47a06a78e05
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: S_optimize_regclass() return 0 if fail

Based on a comment from @hvds, I think it better if this function return
an impossible node value if it didn't find a node to use.


  Commit: ad06b7d50279bc74b53b6034e061808c7408017a
      
https://github.com/Perl/perl5/commit/ad06b7d50279bc74b53b6034e061808c7408017a
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Consolidate duplicate code


  Commit: 8ff93f9b9a682eaed6e2eaf68bd766cfaa3e3cfd
      
https://github.com/Perl/perl5/commit/8ff93f9b9a682eaed6e2eaf68bd766cfaa3e3cfd
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Move some code to within a block

This code is irrelevant unless the condition of the block immediately
before it is TRUE, so move it to within that block.


  Commit: f65d7dd20f5be654b42cd1ab8a9e57c24bd0c8d7
      
https://github.com/Perl/perl5/commit/f65d7dd20f5be654b42cd1ab8a9e57c24bd0c8d7
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Add a clearer mnemonic


  Commit: e1458615503a7ee9dc3f510d6942741099f96de7
      
https://github.com/Perl/perl5/commit/e1458615503a7ee9dc3f510d6942741099f96de7
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Save a value instead of re-calling fcn

This variable will be used in future commits in more places, so compute
it just once.


  Commit: 5f3093ad82f69ba104cdfe006e4cd5fb0a284dc3
      
https://github.com/Perl/perl5/commit/5f3093ad82f69ba104cdfe006e4cd5fb0a284dc3
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Initialize a variable

to silence some compilers that were warning


  Commit: c27e0f5a0033a9a7c8922de244f8172d6e9d37ad
      
https://github.com/Perl/perl5/commit/c27e0f5a0033a9a7c8922de244f8172d6e9d37ad
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Add comment; fix comment

The flagp parameter currently can only be used to pass values up, not
down.


  Commit: 5ebe54f5e7dbe9402d399d3aebdc6fb6014ce5f5
      
https://github.com/Perl/perl5/commit/5ebe54f5e7dbe9402d399d3aebdc6fb6014ce5f5
  Author: Karl Williamson <[email protected]>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: White-space only


Compare: https://github.com/Perl/perl5/compare/cd64971733af...5ebe54f5e7db

Reply via email to