diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-05 11:30:31 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-05 11:30:31 +0000 |
commit | 69240efd70fee399a5232ed995c383b154000a08 (patch) | |
tree | 79c33453a3adc1fdccc1d469a75b1aeb49898614 /global.sym | |
parent | bdd9a1b1ec56a0b6b7d8b1b363138a8fbd3040e3 (diff) | |
download | perl-69240efd70fee399a5232ed995c383b154000a08.tar.gz |
BER is all very well, but it turns out that it's better to store the
offset as either a byte (if <256), or a 0 byte with a STRLEN before.
"better" in that the reading can be inlined, and even then the object
code is smaller (function calls have space overhead). So goodbye
Perl_sv_read_offset() and hello SvOOK_offset().
p4raw-id: //depot/perl@32838
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/global.sym b/global.sym index e5f9d66c56..021d86b1ef 100644 --- a/global.sym +++ b/global.sym @@ -539,7 +539,6 @@ Perl_sv_pos_b2u Perl_sv_pvn_force Perl_sv_pvutf8n_force Perl_sv_pvbyten_force -Perl_sv_read_offset Perl_sv_recode_to_utf8 Perl_sv_cat_decode Perl_sv_reftype |