For tied file handle calls, use PUSH* when we know that the stack has space.
authorNicholas Clark <nick@ccl4.org>
Sat, 12 Jun 2010 20:29:03 +0000 (22:29 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 13 Jun 2010 07:55:44 +0000 (09:55 +0200)
commitc33ef3ac654cbe35caea1d36f34c68f0e4a134ba
tree9bf5e0226317e5a26e4e3f5f5fd011fa516d8d3e
parent2addaaf3b439e1adb64bd833a257ff963c73f45a
For tied file handle calls, use PUSH* when we know that the stack has space.

Previously the code was using XPUSH* in many cases, often to push back values
recently popped off the stack.
pp_sys.c