in reply to Re^5: Largest integer in 64-bit perl
in thread Largest integer in 64-bit perl

When the pre-increment operator is provided an integer that less than its max, it just adds one to it. Otherwise, it calls crazy, 150-lines long sv_inc. And yeah, sv_inc can promote to integer. Woops.