This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When saving ints, if the value is small enough save it with the type.
authorNicholas Clark <nick@ccl4.org>
Sat, 20 Feb 2010 19:39:37 +0000 (19:39 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 5 May 2010 12:44:49 +0000 (13:44 +0100)
commit994d373a075399b04d509cb2732e0a956c88e014
treef63c576e17112f54901861f1272a0d0946d5ddbc
parent89abef211f482f5f37aeb9b02c71c4452feb5c34
When saving ints, if the value is small enough save it with the type.

This uses a new type, SAVEt_INT_SMALL.
scope.c
scope.h
sv.c