Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in cpu-architecture
How modern X86 processors actually compute multiplications?
Mar 21, 2023
algorithm
x86
cpu-architecture
alu
micro-architecture
Is Translation Lookaside Buffer (TLB) the same level as L1 cache to CPU? So, Can I overlap virtual address translation with the L1 cache access?
Mar 19, 2023
caching
memory
cpu-architecture
tlb
How many page tables do Intel x86-64 CPUs access to translate virtual memory?
Mar 17, 2023
memory-management
operating-system
paging
cpu-architecture
virtual-memory
Difference between MIPS and ARM datapaths
Mar 11, 2023
assembly
arm
mips
cpu-architecture
instruction-set
How are branch mispredictions handled before a hardware interrupt
Mar 06, 2023
intel
pipeline
cpu-architecture
interrupt-handling
branch-prediction
Cache coherence literature generally only refers store buffers but not read buffers. Yet one somehow needs both?
Mar 05, 2023
concurrency
x86
cpu-architecture
memory-model
How is the transitivity/cumulativity property of memory barriers implemented micro-architecturally?
Mar 04, 2023
x86
x86-64
cpu-architecture
memory-barriers
micro-architecture
what would the system software have to do if the processor did not generate interrupts?
Mar 05, 2023
assembly
operating-system
interrupt
cpu-architecture
Eliding cache snooping for thread-local memory
Mar 04, 2023
multithreading
operating-system
cpu-architecture
cpu-cache
thread-local
Can't relaxed atomic fetch_add reorder with later loads on x86, like store can?
Mar 03, 2023
c++
multithreading
cpu-architecture
memory-barriers
stdatomic
Detecting CPU architecture (32bit / 64bit ) in scons?
Mar 02, 2023
build-process
scons
cpu-architecture
what is difference between 32 bit vs 64 bit OSs and processors (Intel architecture and WIndows)
Feb 28, 2023
operating-system
cpu-architecture
Can i use the same ARM assembly for different ARM processors (Cortex,Tegra and so on)?
Feb 21, 2023
assembly
arm
cpu-architecture
instruction-set
Why are bgezal & bltzal basic instructions and not pseudo-instructions in MIPS?
Feb 16, 2023
assembly
mips
cpu-architecture
Where does the instruction of an executable go to?
Feb 10, 2023
operating-system
system-calls
cpu-architecture
What percentage of Android phones are little-endian?
Feb 01, 2023
java
android
cpu-architecture
endianness
Are cache operations atomic?
Jan 30, 2023
assembly
intel
cpu-architecture
cpu-cache
mesi
Branch prediction overhead of perfectly predicted branch
Jan 31, 2023
c++
performance
x86
cpu-architecture
branch-prediction
Do modern CPU's have compression instructions
Jan 31, 2023
cpu-architecture
instructions
If I don't use fences, how long could it take a core to see another core's writes?
Feb 06, 2023
x86
intel
cpu-architecture
memory-barriers
lockless
Older Entries »