Click here to Skip to main content
15,911,707 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thought of the Day Pin
Jacquers24-Oct-18 6:00
Jacquers24-Oct-18 6:00 
GeneralRe: Thought of the Day Pin
OriginalGriff24-Oct-18 6:15
mveOriginalGriff24-Oct-18 6:15 
GeneralRe: Thought of the Day Pin
Ron Anders24-Oct-18 7:19
Ron Anders24-Oct-18 7:19 
GeneralRe: Thought of the Day Pin
Kschuler24-Oct-18 11:15
Kschuler24-Oct-18 11:15 
GeneralHow powerful are smartphone processors? Pin
kalberts24-Oct-18 3:44
kalberts24-Oct-18 3:44 
GeneralRe: How powerful are smartphone processors? Pin
OriginalGriff24-Oct-18 4:13
mveOriginalGriff24-Oct-18 4:13 
GeneralRe: How powerful are smartphone processors? Pin
CodeWraith24-Oct-18 4:45
CodeWraith24-Oct-18 4:45 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 5:06
kalberts24-Oct-18 5:06 
For all practical purposes, that is the situation today. The CISC addressing modes had grown into a huge mess as the various processor families evolved (I will not mention x86 i particular).

If you go back in history, RISC was Reduced INSTRUCTION SET computers, not Reduced ADDRESSING MODES computers. RISC was more than reduced number of instructions: There was a reduction in number of instruction formats: All instructions being x bits wide, all having the operand spec in the same bits etc. The regularity was just as important as the count. It lead to far more direct hardware decoding of the instruction / operand codes into signal lines within the CPU, avoiding (possibly multiple layers of) microcode decoding, making faster instruction execution possible.

Now, ARM is certainly not as regular as the classical RISC chips (or for that sake, 68K). And when microprocessors startet adopting pipelining, speculative execution etc, and interrupt handling became more sophisticated, the ideal of direct decoding from instruction code bits to internal signals began breaking down. You don't see very many references to RISC architectures today, because very few chips follow the RISC principles of the 1980s and 1990s.
GeneralRe: How powerful are smartphone processors? Pin
CodeWraith24-Oct-18 5:22
CodeWraith24-Oct-18 5:22 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 5:59
kalberts24-Oct-18 5:59 
GeneralRe: How powerful are smartphone processors? Pin
sasadler25-Oct-18 3:38
sasadler25-Oct-18 3:38 
GeneralRe: How powerful are smartphone processors? Pin
obermd25-Oct-18 3:34
obermd25-Oct-18 3:34 
GeneralRe: How powerful are smartphone processors? Pin
CodeWraith25-Oct-18 3:41
CodeWraith25-Oct-18 3:41 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 4:52
kalberts24-Oct-18 4:52 
GeneralRe: How powerful are smartphone processors? Pin
MadMyche25-Oct-18 4:33
professionalMadMyche25-Oct-18 4:33 
GeneralRe: How powerful are smartphone processors? Pin
CodeWraith24-Oct-18 4:33
CodeWraith24-Oct-18 4:33 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 5:37
kalberts24-Oct-18 5:37 
GeneralRe: How powerful are smartphone processors? Pin
lopatir24-Oct-18 5:05
lopatir24-Oct-18 5:05 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 5:14
kalberts24-Oct-18 5:14 
GeneralRe: How powerful are smartphone processors? Pin
Alan Leigh-Lancaster24-Oct-18 20:46
Alan Leigh-Lancaster24-Oct-18 20:46 
GeneralRe: How powerful are smartphone processors? Pin
Munchies_Matt24-Oct-18 5:08
Munchies_Matt24-Oct-18 5:08 
GeneralRe: How powerful are smartphone processors? Pin
Maximilien24-Oct-18 5:11
Maximilien24-Oct-18 5:11 
GeneralRe: How powerful are smartphone processors? Pin
kalberts24-Oct-18 6:22
kalberts24-Oct-18 6:22 
GeneralRe: How powerful are smartphone processors? Pin
Maximilien24-Oct-18 7:10
Maximilien24-Oct-18 7:10 
GeneralRe: How powerful are smartphone processors? Pin
maze325-Oct-18 0:46
professionalmaze325-Oct-18 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.