Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [PATCH/RFC] Replace ce_namelen() with a ce_namelen field

From: Nguyen Thai Ngoc Duy <hidden>
Date: 2016-06-15 22:54:13

On Wed, Jul 4, 2012 at 4:18 PM, Thomas Gummerer [off-list ref] wrote:
Replace the ce_namelen() function in cache.h with a ce_namelen
field in struct cache_entry. This will both give us a tiny bit
of a performance enhancement when working with long pathnames
and is part of the refactoring for the index-v5 file format.
Can we just wrap ce->namelen in ce_namelen() instead? Less changes
this way. We can do the replacement once v5 patches come.

static inline int ce_namelen(struct cache_entry *ce)
{
   return ce->namelen;
}

something like that.
-- 
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help