Re: Thou shalt have no other gods before the ANSI C standard
From: David Wagner (daw_at_taverner.cs.berkeley.edu)
Date: 02/16/05
- Next message: ošin: "Re: LibTomMath [0.34] Bug Fixes"
- Previous message: tomstdenis_at_gmail.com: "Re: SHA1 broken"
- In reply to: Paul Rubin: "Re: Thou shalt have no other gods before the ANSI C standard"
- Next in thread: D. J. Bernstein: "Re: Thou shalt have no other gods before the ANSI C standard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 16 Feb 2005 17:24:54 +0000 (UTC)
Paul Rubin wrote:
>One of DJB's more was that if you count objects like network byte
>streams that don't have to fit in memory, then size_t might not
>be big enough to express their size, and on 32-bit machines this
>has already caused problems in real existing programs.
Fair enough. But right now I don't think his code can operate on
out-of-memory data. I'd say that if he changes his code so that it
doesn't require the entire object to be in memory at once, then he should
pick something bigger than a size_t, but until then, I have a hard time
seeing the argument for something other than a size_t.
- Next message: ošin: "Re: LibTomMath [0.34] Bug Fixes"
- Previous message: tomstdenis_at_gmail.com: "Re: SHA1 broken"
- In reply to: Paul Rubin: "Re: Thou shalt have no other gods before the ANSI C standard"
- Next in thread: D. J. Bernstein: "Re: Thou shalt have no other gods before the ANSI C standard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|