Re: [PATCH prototype] [0/8] Predictive bitmaps for ELF executables

From: Andi Kleen
Date: Mon Mar 24 2008 - 01:23:32 EST



First emacs is still a rather small executable, there are much larger
ones around.

> The limit is filesystem dependent -- I think ext2/3s is something like
> 4k total for attribute names and values per inode.

That large xattrs tend to be out of line on a separate block and that would cost
an additional seek. It would be unlikely to be continuous to the rest of the file
data and thus even be worse than the SHDR which is at least likely to be
served from the same track buffer as the executable.

-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/