Comment Re:SW devs: RAM is no longer plenty and cheap (Score 1) 114
You are welcome to scrutinize the machine instructions of browser binaries and development environments for all architectures :-)
I do not mean the instructions but the data. Some GC languages may readjust their memory allocation strategies, some apps their image caching, etc. Switching languages for efficiency. Discarding what now stays in RAM because previously it was not worth the time to bother. Pointing to the same structure instead of replicating a million times. Etc.
I do not mean the instructions but the data. Some GC languages may readjust their memory allocation strategies, some apps their image caching, etc. Switching languages for efficiency. Discarding what now stays in RAM because previously it was not worth the time to bother. Pointing to the same structure instead of replicating a million times. Etc.