This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
optimize change#5533 to stick to IVs if constant is <= IV_MAX,
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Mar 2000 04:50:26 +0000 (04:50 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Mar 2000 04:50:26 +0000 (04:50 +0000)
commit5a89daa8ec9b19ce15af46edf1370e5e0067ec4e
tree6efff731a81de1f1a3966b6fca889193c3b960c9
parent9b0e499bcdd1e62b4ead7739d3482d056b5ac3dc
optimize change#5533 to stick to IVs if constant is <= IV_MAX,
since runtime is highly optimized for IVs rather than UVs

p4raw-link: @5533 on //depot/perl: 9b0e499bcdd1e62b4ead7739d3482d056b5ac3dc

p4raw-id: //depot/perl@5534
toke.c