Search code examples
Multi-Level Cache Performance...


cpucomputer-sciencecpu-architecturecpu-cache

Read More
Why does B 25 or BEQ 25 in ARM assembly language mean "go to PC + 8 + 100"...


assemblyarmbranchcpu-architecturemachine-code

Read More
Is processor can do memory and arithmetic operation at the same time?...


assemblyx86cpu-architecture

Read More
Out-of-order instruction execution: is commit order preserved?...


cpucpu-architectureinstructionspipeliningdynamic-execution

Read More
Reasons a C Compiler Ignores register Declaration...


ccompiler-constructioncompiler-optimizationcpu-architecturecpu-registers

Read More
RISC-V: Why set least significant bit to zero in JALR...


cpu-architectureriscv

Read More
How does MIPS I handle branching on the previous ALU instruction without stalling?...


assemblymipspipelinecpu-architecture

Read More
Why are CISC processors harder to pipeline? In what sense are some instructions "more complex&q...


x86cpu-architectureinstruction-setpipelining

Read More
Cache Implementation in Pipelined Processor...


mipscpu-architecturecpu-cache

Read More
What is the simplest Turing complete CPU instruction set which can execute code from ROM?...


cpucpu-architectureinstruction-setturing-complete

Read More
What could cause an extra bit to be added to a result in a non-blocking assignment?...


verilogcpu-architecturexilinx

Read More
Why does MIPS use one delay slot instead of two?...


mipscpu-architectureinstruction-set

Read More
How do I know whether I'm looking at a CISC or RISC instruction set?...


cpu-architectureinstruction-set

Read More
sequence of branch taken or not-taken that reduces the branch misprediction rate...


mipspipelinecpu-architecturebranch-prediction

Read More
Can out-of-order execution lead to speculative memory accesses?...


x86armcpu-architecturepowerpcsparc

Read More
Invalid results querying my system’s cache information with GetLogicalProcessorInformation()...


c++winapix86cpu-architecturecpu-cache

Read More
Why isn't there a data bus which is as wide as the cache line size?...


cachingmemorycpu-architecturecpu-cachemicro-architecture

Read More
How to design a virtual cpu / instruction set: distinguish LDA $02 from LDA B...


assemblycpu-architecturemachine-codeinstruction-setimmediate-operand

Read More
What enforces memory protection in an OS?...


assemblymemoryoperating-systemcpu-architecturemmu

Read More
How does Java Handle Endianess when running on Little Endian CPU Architectures?...


javaperformancecpu-architectureendiannessopenj9

Read More
GCC inclusion of AVX512's "Fused Multiply Add" instructions when compiling for Cascade...


gccintelcpu-architectureavx512fma

Read More
Does memory fencing blocks threads in multi-core CPUs?...


multithreadingx86cpu-architecturemulticorememory-barriers

Read More
What does memory_order_consume really do?...


c++cpu-architecturelock-freememory-modelstdatomic

Read More
How does DC PMM (memory mode) cache coherence behave?...


x86intelcpu-architecturecpu-cachepersistent-memory

Read More
Why doesn't there exists a subi opcode for MIPS?...


assemblymipscpu-architectureinstructionsinstruction-set

Read More
Are snoop requests sent to all the cores in a multi node setup?...


x86intelcpu-architecturecpu-cache

Read More
Is there any way to find the Instruction Set of an undocumented processor?...


assemblyreverse-engineeringcpu-architectureinstruction-set

Read More
How to simplify circuits...


logiccomputer-sciencecpu-architecturecircuitdigital-logic

Read More
Are Harvard architecture computers immune to arbitrary code injection and execution attacks?...


securitycpu-architectureharvard-architecture

Read More
is the address bus indicate the size of the address in ram?...


memorycpu-architecture

Read More
BackNext