summaryrefslogtreecommitdiff
path: root/hv.h
Commit message (Expand)AuthorAgeFilesLines
* Change the way of determining the MRO algorithm used from an enumNicholas Clark2007-09-261-5/+4
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-201-0/+23
* Switch Perl_hv_common() to returning void * rather than HE *.Nicholas Clark2007-09-201-3/+4
* Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() andNicholas Clark2007-09-201-0/+13
* Send all delete()/delete_ent() calls via S_hv_fetch_common().Nicholas Clark2007-09-191-1/+1
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-191-5/+8
* miscellaneaJarkko Hietaniemi2007-06-151-3/+3
* Re: HvMROMETABrandon Black2007-05-301-3/+7
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-191-0/+1
* Re: mro status, etcBrandon Black2007-04-301-11/+5
* Move hash action constants to hv.hJerry D. Hedden2007-04-251-0/+9
* Make struct mro_meta 4(ish) bytes smaller.Nicholas Clark2007-04-201-7/+7
* A little bit more safe version of HvMROMETARafael Garcia-Suarez2007-04-201-1/+3
* Re: new C3 MRO patchBrandon Black2007-04-191-0/+27
* Rearrange members of structures to reduce memory size on someNicholas Clark2007-03-311-1/+1
* Re-order the flags values for struct refcounted_he to allow theNicholas Clark2007-03-221-6/+19
* The HePV macro was borked.Rafael Garcia-Suarez2007-03-081-1/+1
* Warning fix. Since HePV's second argument is supposedRafael Garcia-Suarez2007-03-081-2/+1
* Update copyright years to include 2007. (Plus a couple of 2006s andNicholas Clark2007-01-021-1/+1
* Remove the vestigal "#if 0"s from header files that defined same-sizedNicholas Clark2007-01-021-4/+0
* Move all the FBM data fields from the table into a struct xbm_s whichNicholas Clark2006-12-281-0/+5
* Move the low/high cop sequences from NVX/IVX to a two U32 structureNicholas Clark2006-12-281-0/+4
* Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.Nicholas Clark2006-05-021-2/+4
* Store cop_hints as a shared structure without using any SVs (onNicholas Clark2006-04-121-4/+20
* First stab at using the pad to store the serialised hints data.Nicholas Clark2006-04-111-0/+6
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-5/+32
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+5
* Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb whichNicholas Clark2006-03-151-13/+0
* Move the GvNAME HEK into the IV union - every GV is now 1 pointerNicholas Clark2006-03-051-0/+4
* xgv_stash can be stored as a union with the NV, reducing the size ofNicholas Clark2006-02-251-1/+4
* Store the stash for our in the magic slot. This will allow us to useNicholas Clark2006-02-241-2/+8
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-2/+2
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-2/+2
* Use a union for storing the shared hash key reference count, ratherNicholas Clark2006-01-301-3/+6
* RMAGIC on symbol tables is bad, m'kay.Nicholas Clark2005-12-301-0/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-2/+2
* Replace hv_magic() with a macro to call sv_magic() directly. Move theNicholas Clark2005-10-301-0/+1
* Replace hv_iternext() with a macro that calls hv_iternext_flags withNicholas Clark2005-10-301-0/+2
* Minor comment fixRafael Garcia-Suarez2005-09-091-1/+1
* Given that we now have a union, there's no need for all the HvARRAY()Nicholas Clark2005-08-171-5/+1
* [patch hv.h doc] HvNAMESteve Hay2005-07-111-1/+2
* Squeeze a little more savings by moving pte and he arenas into theNicholas Clark2005-06-181-0/+3
* Provide share_hek_hek, and use it for fast copying of shared stringNicholas Clark2005-06-121-0/+7
* In the shared string table, store the HE and HEK next to each otherNicholas Clark2005-06-121-0/+4
* hash key code cleanupNicholas Clark2005-06-111-2/+0
* Store the xhv_aux structure after the main array.Nicholas Clark2005-06-011-11/+12
* Attempt 2 at a diet memory layout can go live.Nicholas Clark2005-05-311-1/+1
* Change the IV to a union.Nicholas Clark2005-05-291-22/+12
* Get the HEK once only in the hot code (class method calls)Nicholas Clark2005-05-271-0/+2
* Rename the members of the SV head union to avoid pre-processorNicholas Clark2005-05-261-1/+1