[parrot/parrot] 6fe1c9: fill_params: fill unused registers with default va...
noreply at github.com
noreply at github.com
Wed Nov 2 12:14:35 UTC 2011
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 6fe1c97da996e1e41e2a2dd696aea6a8bd91db9b
https://github.com/parrot/parrot/commit/6fe1c97da996e1e41e2a2dd696aea6a8bd91db9b
Author: Michael Schroeder <mls at suse.de>
Date: 2011-11-02 (Wed, 02 Nov 2011)
Changed paths:
M compilers/pge/PGE/Exp.pir
M runtime/parrot/library/Test/More.pir
M src/call/args.c
M t/op/calling.t
Log Message:
-----------
fill_params: fill unused registers with default values if error checking if off
The default is that error checking is off for call results. The calling.t
test relied on this(!), so it now checks for that the result gets overwritten
with PMCNULL. Also, two bugs in PGE::Exp and Test::More were detected and
fixed because of this change.
More information about the parrot-commits
mailing list