|
|
|
|
|
by brucehoult
1654 days ago
|
|
In 64 bit (which is what is important today for mobile and PCs etc), RISC-V has clearly the smallest code size of any ISA, by a considerable margin, with all the benefits of better cache usage you correct note that brings. You don't have to take my word for it -- download the disk images for Fedora or Ubuntu for arm64, amd64, and riscv64 and run the "size" command on your selection of binaries. riscv64 is consistently the smallest, and arm64 the largest. |
|