Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3af695f3325716a03a79f2b1a27b032ed4698bfa
https://github.com/Perl/perl5/commit/3af695f3325716a03a79f2b1a27b032ed4698bfa
Author: Karl Williamson <[email protected]>
Date: 2020-11-18 (Wed, 18 Nov 2020)
Changed paths:
M embed.fnc
M embed.h
M inline.h
M proto.h
M regcomp.c
Log Message:
-----------
Move regcurly to regcomp.c (from inline.h)
This function is called only at compile time; experience has shown that
compile-time operations are not time-critical. And future commits will
lengthen it, making it not practically inlinable anyway.