I don't think MIPS is going to completely disappear as long as Linux works on it. Someone somewhere in some country will keep making them as long as the licensing situation is more favorable for whatever use than ARM or x86. If the owning company is going bankrupt that means making MIPS CPUs will be cheaper than ARM or x86.
Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
41–50 of 95 posts
Re: Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
#42Earlier quoted context omitted.
Yep, I also learned MIPS in my CS class. It's pretty nice to program in.
MIPS is typically seen in computer architecture class because it is simple and regular (at least the original version seen in class). However, for Assembly programming, MIPS, like (almost?) all RISC instructions sets, is tedious. Give me any CISC with a generous range of addressing modes, and I take any day over MIPS/RISC. We can make a parallel between those low-level ISA and high-level languages: a language like Li…
Re: Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
#43MIPS dying is really the end of an era. I think it was the quintessential RISC processor of the early 90's. IIRC, Windows NT was developed on a MIPS machine to ensure that inadvertent x86 dependencies did not sneak into the code. I remember reading a PCWorld article comparing various processors. This was the time the Pentium came out. If my memory servers, the MIPS won the overall performance crown vs Pentium, PowerP…
Re: Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
#44The writing's been on the wall for MIPS for ages. AFAIK it's not better than ARM in any meaningful way.
Licensing?
As an anecdote, I have personally switched a MIPS core to an ARM core in an SoC revision specifically because ARM gave us better licensing terms than MIPS. It was a pain because MIPS big endian and ARM big endian are not directly compatible with each other.
Re: Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
#45Earlier quoted context omitted.
Yep, I also learned MIPS in my CS class. It's pretty nice to program in.
MIPS is typically seen in computer architecture class because it is simple and regular (at least the original version seen in class). However, for Assembly programming, MIPS, like (almost?) all RISC instructions sets, is tedious. Give me any CISC with a generous range of addressing modes, and I take any day over MIPS/RISC. We can make a parallel between those low-level ISA and high-level languages: a language like Li…
Re: Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
#46Re: Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
#47Please help me remove some of my ignorance: ARM = RISC? Intel = CISC? ? = MIPS? What else is out there in large amounts?
I assume that all modern CPUs are CISC-ish opcodes running in microcode on a RISC-ish core, and it’s been a few decades since those were useful labels.
Re: Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
#48Earlier quoted context omitted.
There’s (sadly) not that much 68k left these days, is there? Do you know of any specific companies still using them? (maybe ones that are hiring? :)
In terms of hardware: NXP ColdFire.
Re: Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
#49May be its days are numbered, but MIPS still has significant presence in the low to medium end routers (Mediatek's MT72xx, Atheros AR7xxx so on).
MIPS still has a very large presence in the education sector as well - MIPS asm is very easy to learn because of how consistent it's syntax is and the plethora of open source debuggers as well. Learning MIPS was what originally got me interested in ASM programming since we had a class that was focused on MIPS code and another class that had us build a digital MIPS processor from scratch. The combination of these two…
Re: Is MIPS Dead? Lawsuit, Bankruptcy, Maintainers Leaving and More
#50Please help me remove some of my ignorance: ARM = RISC? Intel = CISC? ? = MIPS? What else is out there in large amounts?
But there is one notable CISC still out there: IBM's mainframe z/Architecture. Might not sell a lot of units, but it's still pretty important commercially.