Re: [PATCH GIT 0.6] make use of register variables & size_t
From: Linus Torvalds (torvalds_at_osdl.org)
Date: 04/25/05
- Previous message: Christoph Hellwig: "returning non-ram via ->nopage, was Re: [patch] mspec driver for 2.6.12-rc2-mm3"
- In reply to: Matthias-Christian Ott: "[PATCH GIT 0.6] make use of register variables & size_t"
- Next in thread: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Reply: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 25 Apr 2005 07:52:31 -0700 (PDT) To: Matthias-Christian Ott <matthias.christian@tiscali.de>
On Mon, 25 Apr 2005, Matthias-Christian Ott wrote:
>
> The "git" didn't try store small variables, which aren't referenced, in
> the processor registers. It also didn't use the size_t type. I corrected
> a C++ style comment too.
What kind of ancient C standard are you working against?
// isn't "C++" any more, and "register" variables are sooo 60's, man.
Pass the toke,
Linus
-
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: Christoph Hellwig: "returning non-ram via ->nopage, was Re: [patch] mspec driver for 2.6.12-rc2-mm3"
- In reply to: Matthias-Christian Ott: "[PATCH GIT 0.6] make use of register variables & size_t"
- Next in thread: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Reply: Matthias-Christian Ott: "Re: [PATCH GIT 0.6] make use of register variables & size_t"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|