This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When saving I32s, if the value is small enough save it with the type.
authorNicholas Clark <nick@ccl4.org>
Sat, 20 Feb 2010 19:20:09 +0000 (19:20 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 5 May 2010 04:01:10 +0000 (05:01 +0100)
commit89abef211f482f5f37aeb9b02c71c4452feb5c34
tree29cb0d350843d47f0916a3206af812b0c536a817
parentc0b977fd793319b0b362593c57555d28997fae84
When saving I32s, if the value is small enough save it with the type.

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