diff options
author | David Mitchell <davem@iabyn.com> | 2016-11-10 14:44:10 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-11-12 16:15:09 +0000 |
commit | 4c57ced57467061af9e672665cba30edd3391432 (patch) | |
tree | 2a3aad023851e220609e6aa3c79522d9124af3c0 /op.c | |
parent | 8efda520355126b24fb7c81c753eb2028dcc43bd (diff) | |
download | perl-4c57ced57467061af9e672665cba30edd3391432.tar.gz |
remove eval's usage of SvSCREAM
Currently the SvSCREAM flag is set on the sv pointed to by
cx->blk_eval.cur_text, to indicate that it is ref counted.
Instead, use a spare bit in the blk_u16 field of the eval context.
This is to reduce the number of odd special cases for the SvSCREAM flag.
Diffstat (limited to 'op.c')
0 files changed, 0 insertions, 0 deletions