Re: [V9fs-developer] [Patch] Dead code in fs/9p/vfs_inode.c

From: erik quanstrom
Date: Fri Jun 30 2006 - 10:13:51 EST


saving ten bytes once is not a good reason to do much of anything
in an era of multi-megabyte embedded devices.

i think the argument against code written in speculation is that
it confuses what the code does right now, may never be used and
if used, may be used in a situation that masks a real error.

- erik

Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> writes

|
|
| > The comment is longer than the 10 bytes we save :)
|
| But comments are not compiled into the final binary,
| which is what I wanted to point out. So you always
| save your 10 bytes in the object file.
|
|
| Jan Engelhardt
-
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/