Re: Linux 2.6.7-rc2
From: Albert Cahalan (albert_at_users.sf.net)
Date: 05/31/04
- Previous message: Marcelo Tosatti: "loop/highmem related 2.4.26 lockup"
- Maybe in reply to: Linus Torvalds: "Linux 2.6.7-rc2"
- Next in thread: Linus Torvalds: "Re: Linux 2.6.7-rc2"
- Reply: Linus Torvalds: "Re: Linux 2.6.7-rc2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: linux-kernel mailing list <linux-kernel@vger.kernel.org> Date: 31 May 2004 08:20:24 -0400
Peter Osterlund writes:
> If I put "#if 0" around the *wdata assignment in
> nfs_writepage_sync, the stack usage goes down to 36,
> so it looks like gcc is building a temporary structure
> on the stack and then copies the whole thing to *wdata.
This would be required because of the -Wno-strict-aliasing
option. For the 2.7.xx kernels, how about we start off by
replacing -Wno-strict-aliasing with -std=gnu99 ? It's been
5 years since 1999. The "restrict" keyword is useful too.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Marcelo Tosatti: "loop/highmem related 2.4.26 lockup"
- Maybe in reply to: Linus Torvalds: "Linux 2.6.7-rc2"
- Next in thread: Linus Torvalds: "Re: Linux 2.6.7-rc2"
- Reply: Linus Torvalds: "Re: Linux 2.6.7-rc2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|