Branch: refs/heads/smoke-me/khw-invlsit_atoomic
Home: https://github.com/Perl/perl5
Commit: 1fae7b94d49050be4735b4262ba8ac911857580c
https://github.com/Perl/perl5/commit/1fae7b94d49050be4735b4262ba8ac911857580c
Author: Karl Williamson <[email protected]>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M op.c
Log Message:
-----------
Make tr/// SV compiled components ReadOnly
This could trigger some optimisations, and makes it clear to maintainers
that they do not get modified.
Commit: cbb787ff6af1953cc4ee7e45b38c19f7607eb17e
https://github.com/Perl/perl5/commit/cbb787ff6af1953cc4ee7e45b38c19f7607eb17e
Author: Karl Williamson <[email protected]>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M ext/B/B.xs
M invlist_inline.h
Log Message:
-----------
Make inversion list internals available to B
They are needed because the optree now refers to them
Compare: https://github.com/Perl/perl5/compare/951d1d8b4152...cbb787ff6af1