Source-Changes-D archive

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

Re: CVS commit: src



On Dec 3, 10:04pm, justin%specialbusservice.com@localhost (Justin Cormack) 
wrote:
-- Subject: Re: CVS commit: src

| No that is a bad side effect. It must always be 64 bits. In the kernel you
| have to deal with uint64_t which will behave differently if intmax_t is
| ever bigger than 64 bits, so code will break. So either use int64_t or what
| Lua uses and assert that that is 64 bits.

So far this is true (all intmax_t's are 64 bits). We can add a static assertion
to protect us if that changes.

christos


Home | Main Index | Thread Index | Old Index