Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/atari/stand/installboot



   Date: Mon, 17 Nov 2014 15:55:56 +0100
   From: Martin Husemann <martin%duskware.de@localhost>

   On Mon, Nov 17, 2014 at 11:48:49PM +0900, Izumi Tsutsui wrote:
   > You don't think consistently using uint16_t assingments is not necessary.
   > I think it's necessary to explicitly describe how cksum should be
   > caluclated and written.  Both are personal opinions, and I don't think
   > there is a "right" answer.

   I'm sorry, but I have a hard time following the whole argument - there has
   to be a way to write the code clearly and readable but still avoid undefined
   behaviour (and not paper over it by disabling some optimizations in the
   current compiler).

Can we just copy it to a temporary uint16_t array?  How big are these
boot blocks?  A kilobyte?


Home | Main Index | Thread Index | Old Index