| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce a cache for UTF-8 data: length and byte<->char offset
mapping are stored in a new type of magic. Speeds up length(),
substr(), index(), rindex(), pos(), and some parts of s///.
The speedup varies a lot (on the usual suspects: what is the
access pattern of the data, compiler, CPU), but should be at
least one order of magnitude, and getting to the same magnitude
as byte string speeds, and in some cases (length on unchanged data)
even reaching the byte string speed. On the other hand, in some
cases (index) the byte speed is still faster by a factor of five
or so, but the bottleneck there does not seem to be any more
the byte<->char offset mapping (instead, the fbm_instr() speed).
There is one cache slot for the length, and only two for the
byte<->char offset mapping (the first one for the start->offset,
and the second for the offset->offset+length, when talking
in substr() terms).
Code this hairy is bound to have hairy trolls hiding under it.
[...]
A small tweak on top of #18353: don't display mg_len bytes of
mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
p4raw-id: //depot/perl@18530
|
|
|
|
|
| |
PerlIO files.
p4raw-id: //depot/perlio@18520
|
|
|
|
|
| |
[perl #18932]
p4raw-id: //depot/perl@18312
|
|
|
| |
p4raw-id: //depot/perl@18217
|
|
|
|
|
| |
Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
p4raw-id: //depot/perl@18120
|
|
|
|
|
| |
Still imcomplete. Configure will follow
p4raw-id: //depot/perl@18030
|
|
|
|
|
|
| |
Subject: [PATCH] standard lawyerism
Message-ID: <20021010234825.GM292305@lyta.hut.fi>
p4raw-id: //depot/perl@18025
|
|
|
|
|
| |
Message-ID: <20020925234023.A20044@fdgroup.com>
p4raw-id: //depot/perl@17953
|
|
|
| |
p4raw-id: //depot/perl@17944
|
|
|
|
|
| |
Message-ID: <20020917221925.GF85044@lyta.hut.fi>
p4raw-id: //depot/perl@17925
|
|
|
|
|
|
|
| |
Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@17920
|
|
|
|
|
|
| |
From: "Allen Smith" <easmith@beatrice.rutgers.edu>
Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
p4raw-id: //depot/perl@17881
|
|
|
|
|
|
| |
From: "Allen Smith" <easmith@beatrice.rutgers.edu>
Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
p4raw-id: //depot/perl@17874
|
|
|
|
|
|
|
|
| |
Make // able to follow various unary operators used without
arguments or parens (shift, pop, getc, pos, readline,
readlink, undef, umask, and the filetest operators), as
well as the <FH> operator.
p4raw-id: //depot/perl@17777
|
|
|
|
|
|
| |
Message-id: <3D556FE6.6000404@rowman.com>
plus a bit of cleanup
p4raw-id: //depot/perl@17742
|
|
|
|
|
|
|
| |
Handle CoW in hashes:
Subject: Re: why would tr/// be performing hash copies?
Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17740
|
|
|
|
|
| |
Message-id: <20020805005533.B26111@fdgroup.com>
p4raw-id: //depot/perl@17718
|
|
|
|
|
| |
Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17715
|
|
|
|
|
| |
Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
p4raw-id: //depot/perl@17695
|
|
|
|
|
|
|
| |
Message-ID: <3D119739.4020901@stason.org>
(mod_perl defines might define VOIDUSED)
p4raw-id: //depot/perl@17322
|
|
|
|
|
|
|
|
| |
The perl.h change is needed by non-gcc (non-__attribute__)
compilers: without it non-gccs won't have printf() mapped
to PerlIO_stdoutf (when perlio, of course). This means that
non-gccs would not be able to print the Perl specific datatypes.
p4raw-id: //depot/perl@17176
|
|
|
|
|
|
| |
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <1881715214417.20020529080643@familiehaase.de>
p4raw-id: //depot/perl@16853
|
|
|
|
|
| |
atof is still better.
p4raw-id: //depot/perl@16771
|
|
|
|
|
|
| |
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
p4raw-id: //depot/perl@16767
|
|
|
| |
p4raw-id: //depot/perl@16420
|
|
|
| |
p4raw-id: //depot/perl@16417
|
|
|
|
|
|
| |
change is from change#12026)
p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc
p4raw-id: //depot/perl@16048
|
|
|
| |
p4raw-id: //depot/perl@16035
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* support for building it in the regular makefiles
* large files support via the _*i64() functions (this should be
portable to the 32-bit universe too, but quite untested and
and binary-incompatible, therefore not enabled there)
* three additional test failures in addition to the t/end.t one
(see README.win32)
* sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
the ones available from the CRT (needed because Perl uses
the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
* add a few 64-bit notes to README.win32
The following general problems were also fixed:
* s/struct stat/Stat_t/g
* Data::Dumper had some naughty 'long' typecasts
* Errno_pm.PL didn't work safe when winsock.h was not in the same
directory as errno.h
* various tell/seek things were incorrectly prototyped
* squelch ugly looking noise when running tests
* Embed.t wasn't linking in all the libraries
* perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
* re-enable all the disabled warnings (additional fixes may be
needed for the warnings uncovered by this)
p4raw-id: //depot/perl@16033
|
|
|
| |
p4raw-id: //depot/perl@15846
|
|
|
|
|
| |
and ccflags including -DNO_LOCALE
p4raw-id: //depot/perl@15719
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 15698]
Fix segfaults when mainthread exits with other threads running:
- track number of running threads
- if main thread calls perl_destruct() with other threads running
skip most of cleanup (with a warning).
[ 15696]
Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
p4raw-link: @15698 on //depot/perlio: 62375a601d6dbbc42fa6d70d83d0a60b73d1b86d
p4raw-link: @15696 on //depot/perlio: 0ab125c1e00cef4eab6989366621d77be6d38567
p4raw-id: //depot/perl@15699
|
| |
| |
| |
| |
| |
| |
| | |
- track number of running threads
- if main thread calls perl_destruct() with other threads running
skip most of cleanup (with a warning).
p4raw-id: //depot/perlio@15698
|
| |\
| |/
|/| |
p4raw-id: //depot/perlio@15673
|
| |\
| | |
| | | |
p4raw-id: //depot/perlio@15409
|
| |\ \
| | | |
| | | | |
p4raw-id: //depot/perlio@15315
|
| |\ \ \
| | | | |
| | | | | |
p4raw-id: //depot/perlio@15269
|
| |\ \ \ \
| | | | | |
| | | | | | |
p4raw-id: //depot/perlio@15196
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
p4raw-id: //depot/perlio@14960
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
p4raw-id: //depot/perlio@14926
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
p4raw-id: //depot/perlio@14565
|
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
From: "Mattia Barbon" <mbarbon@dsi.unive.it>
Message-ID: <3CA790F7.23864.27BD5B4@localhost>
p4raw-id: //depot/perl@15635
|
| |_|_|_|_|/
|/| | | | |
| | | | | | |
p4raw-id: //depot/perl@15387
|
| | | | | |
| | | | | |
| | | | | | |
p4raw-id: //depot/perl@15297
|
| | | | | |
| | | | | |
| | | | | | |
p4raw-id: //depot/perl@15296
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Message-ID: <m3y9gp3nlt.fsf@anima.de>
(perl.h part accidental, undone by #15296)
p4raw-id: //depot/perl@15295
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
(IA64 work.)
p4raw-id: //depot/perl@15289
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and then use them (under ithreads). May fail in HP-UX,
and the op/groups is known to be fickle everywhere. Known
to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler
warnings in AIX since the first arguments of getnetbyaddr
and getnetbyadd_r are of different types. Thanks, IBM.)
In non-Configure platforms deny the existence of any
of the _r thingies. (Also add the recently introduced
d_tm_* to places it wasn't already in.)
TODO: the suggested glibc buffer growth retry loop in case
some entries (at least for: gr*, host*) are big.
Forgot win32/config.win64.
p4raw-id: //depot/perl@15238
|
| |_|/
|/| |
| | | |
p4raw-id: //depot/perl@15151
|
| |/
|/|
| |
| |
| |
| | |
Message-Id: <20020302054958.A5511@math.ohio-state.edu>
p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431
p4raw-id: //depot/perl@14956
|