←back to thread

182 points Twirrim | 1 comments | | HN request time: 0s | source
Show context
throwaway889900 ◴[] No.41874794[source]
But how many bytes are there in a word?
replies(4): >>41874796 #>>41874838 #>>41875260 #>>41875413 #
wvenable ◴[] No.41874838[source]
"Word" is an outdated concept we should try to get rid of.
replies(4): >>41874888 #>>41874892 #>>41874933 #>>41875850 #
BlueTemplar ◴[] No.41874933[source]
How exactly ? How else do you suggest CPUs do addressing ?

Or are you suggesting to increase the size of a byte until it's the same size as a word, and merge both concepts ?

replies(1): >>41874963 #
1. wvenable ◴[] No.41874963[source]
I'm saying the term "Word" abstracting the number of bytes a CPU can process in a single operation is an outdated concept. We don't really talk about word-sized values anymore. Instead we mostly explicit on the size of value in bits. Even the idea of a CPU having just one relevant word size is a bit outdated.