请教HN:为什么有些编程语言中布尔类型使用1字节?

1作者: Genius_um大约 2 个月前原帖
一些编程语言,比如D语言,对于它们的布尔类型使用8位,为什么不使用1位呢?
查看原文
Some programming languages like D use 8 bits for their boolean type, why they don't use 1 bit ?