|
|
|
|
|
by eru
263 days ago
|
|
What about duplicating the entire executable essentially a few times, and jumping to the right version at the very beginning of execution? You have bigger binaries, but the logistics are simplified compared to shipping multiple binaries and you should get the same speed as multiple binaries with fully inlined code. Since they don't seem to be doing that, my question is: what's the caveat I'm missing? (Or are the bigger binaries enough of a caveat by themselves?) |
|
It can be useful to duplicate the entire code for 8-bit vs 10-bit pixels because that does affect nearly everything.