The RISC Deprogrammer
blog.erratasec.com
The RISC Deprogrammer
1–10 of 110 posts
Re: The RISC Deprogrammer
#2Re: The RISC Deprogrammer
#3Re: The RISC Deprogrammer
#4Fair enough. It's an 80's debate really. ISA is probably by a long margin not the most important factor in these comparisons.
But he says it makes no difference at all without evidence.
And he ignores that there is a whole world of simpler (especially in-order) cores where ISA probably does matter a lot.
Re: The RISC Deprogrammer
#5Re: The RISC Deprogrammer
#6?
Re: The RISC Deprogrammer
#7Re: The RISC Deprogrammer
#8The article does clear up a few things. Could have been a little less acerbic though.
The point remains that a simplified ISA that’s easy to decode (and, more recently) implement dynamic reordering, will always have an edge by freeing up resources that can be dedicated to execution of the workload rather than housekeeping (as in resolving all inter-instruction dependencies).
OTOH, going too far in that direction gives you VLIW, which has proven itself to be a pain more often than not.