| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@26562
|
|
|
| |
p4raw-id: //depot/perl@26561
|
|
|
|
|
| |
Message-ID: <20051231050558.GA29093@petdance.com>
p4raw-id: //depot/perl@26558
|
|
|
|
|
| |
Message-ID: <438829FE.8070202@gmail.com>
p4raw-id: //depot/perl@26557
|
|
|
|
|
| |
Message-ID: <20051231050558.GA29093@petdance.com>
p4raw-id: //depot/perl@26556
|
|
|
| |
p4raw-id: //depot/perl@26555
|
|
|
| |
p4raw-id: //depot/perl@26554
|
|
|
| |
p4raw-id: //depot/perl@26553
|
|
|
| |
p4raw-id: //depot/perl@26552
|
|
|
|
|
|
| |
would turn lazy delete on, causing the hash to become corrupted at the
next iterator change.
p4raw-id: //depot/perl@26551
|
|
|
|
|
| |
Rejig S_hfreeentries to a double loop, which is clearer and smaller.
p4raw-id: //depot/perl@26550
|
|
|
|
|
| |
Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
p4raw-id: //depot/perl@26549
|
|
|
|
|
| |
unbalanced string table reference counts.)
p4raw-id: //depot/perl@26548
|
|
|
|
|
| |
Panic if we seem to be looping forever.
p4raw-id: //depot/perl@26547
|
|
|
|
|
| |
became lost.
p4raw-id: //depot/perl@26546
|
|
|
|
|
| |
Perl_croak_nocontext rather than Perl_croak.
p4raw-id: //depot/perl@26545
|
|
|
|
|
| |
scalar, and hence avoid thrashing the shared string table for "main".
p4raw-id: //depot/perl@26544
|
|
|
| |
p4raw-id: //depot/perl@26543
|
|
|
|
|
|
| |
the magic structure to the hv_aux structure during backreference
deletion. Add an optimisation for an empty backreference array.
p4raw-id: //depot/perl@26542
|
|
|
|
|
|
| |
marked as AvREAL_off(), there's no reason not to use sv_dup to clone
it.
p4raw-id: //depot/perl@26541
|
|
|
|
|
| |
needs to define them with a prototype to match.
p4raw-id: //depot/perl@26540
|
|
|
| |
p4raw-id: //depot/perl@26539
|
|
|
|
|
| |
linked list chain, then we don't need as much bookkeeping in the loop.
p4raw-id: //depot/perl@26538
|
|
|
|
|
| |
Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26537
|
|
|
|
|
| |
Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
p4raw-id: //depot/perl@26536
|
|
|
| |
p4raw-id: //depot/perl@26535
|
|
|
|
|
|
| |
Subject: Stack usage (in gv_stashpvn and others)
Message-Id: <200512291840.50765@bloodgate.com>
p4raw-id: //depot/perl@26534
|
|
|
|
|
| |
Message-Id: <200512291857.59458@bloodgate.com>
p4raw-id: //depot/perl@26533
|
|
|
|
|
| |
Message-Id: <200512291832.20651@bloodgate.com>
p4raw-id: //depot/perl@26532
|
|
|
|
|
| |
(spotted by Jan Dubois)
p4raw-id: //depot/perl@26531
|
|
|
|
|
|
|
|
| |
Allow hashes (and therefore all symbol tables) to store the
backreference array in the hv_aux structure, and thereby undo the
performance damage of 24966, which resulted in 60% of all hash lookups
trying to mg_find tiehash magic.
p4raw-id: //depot/perl@26530
|
|
|
|
|
| |
p4raw-link: @26523 on //depot/perl: f16dd614412ea67a8eb64bb09a88fccdbd9db6b6
p4raw-id: //depot/perl@26529
|
|
|
|
|
|
|
| |
Message-Id: <200512291802.00742@bloodgate.com>
plus trim some whitespace
p4raw-id: //depot/perl@26528
|
|
|
|
|
| |
Message-ID: <20051229071509.GA32653@petdance.com>
p4raw-id: //depot/perl@26527
|
|
|
|
|
| |
Message-ID: <20051228214414.GD26033@petdance.com>
p4raw-id: //depot/perl@26526
|
|
|
| |
p4raw-id: //depot/perl@26525
|
|
|
|
|
| |
Message-ID: <20051228193051.GD23207@petdance.com>
p4raw-id: //depot/perl@26524
|
|
|
|
|
| |
interpeter arg variant
p4raw-id: //depot/perl@26523
|
|
|
| |
p4raw-id: //depot/perl@26522
|
|
|
|
|
| |
Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26521
|
|
|
|
|
|
|
| |
Message-ID: <20051227024240.GA2940@efn.org>
plus another formatting nit
p4raw-id: //depot/perl@26520
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-id: <43B1D567.9080504@mac.com>
p4raw-id: //depot/perl@26519
|
|
|
|
|
| |
without checking.
p4raw-id: //depot/perl@26518
|
|
|
|
|
| |
surely it should have AvREAL turned off?
p4raw-id: //depot/perl@26517
|
|
|
|
|
| |
(Since change 17990 added version object overloading)
p4raw-id: //depot/perl@26516
|
|
|
| |
p4raw-id: //depot/perl@26515
|
|
|
| |
p4raw-id: //depot/perl@26514
|
|
|
|
|
|
| |
that they are really passed an av argument.
Should improve the test coverage a bit.
p4raw-id: //depot/perl@26513
|
|
|
|
|
| |
The call to memchr() will faster.
p4raw-id: //depot/perl@26512
|
|
|
|
|
|
| |
The compiled function ended up 37% smaller on Linux/gcc.
I ought to be faster as well, but I did not try to measure that.
p4raw-id: //depot/perl@26511
|