CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
cpu-architecture
09-15
Blockchain
Do I need to use smp_mb() after binding the CPU
09-13
database
Energy consumption per x86 instruction?
09-05
Mobile
Understanding jump address calculation for different bit ISA
08-29
Back-end
How to implement a GDB function depending on the architecture
08-28
Software design
Using One's Complement In Place of Directly Subtracting Two Binary Numbers
08-17
Blockchain
How debuggers deal with out-of-order execution and branch prediction
08-15
Blockchain
Why can't we have a safe ISA?
08-12
OS
Why is the size of L1 cache smaller than that of the L2 cache in most of the processors?
08-12
OS
Globally Invisible load instructions
08-12
OS
How to make sure C multithreading program read the latest value from main memory?
08-12
OS
MSI: When shared and invalid states can occur at the same time
08-06
Enterprise
In a RISC/MIPS-32bit architecture, how does an instruction target a remote memory address that falls
07-29
other
Why are far pointers slow?
07-26
Mobile
Instructions with Long (32 and 64 bit) immediate operands in RISC processors
07-26
Software engineering
Is uops.info wrong about vinserti128?
07-25
Software engineering
How caches are connected to cores?
07-24
Blockchain
How RISC reducing cycles while having many instructions?
07-23
database
Find minimum and maximum in MIPS
07-19
Net
Can all of L2/L3 cache be used by data? If so, why does the Graviton 3 bandwidth plot drop off after
07-02
Software engineering
How does bouncing variables between two local L1 caches makes the code slower?
06-27
database
c 11: how to produce "spurious failures" upon compare_exchange_weak?
06-11
front end
Why does MOVD/MOVQ between GP and SIMD registers have quite high latency?
06-02
Net
Does RSQRTSS break the dependency on the destination register?
05-30
Software design
Is a schedulable unit of CPU time slice process or thread?
05-26
Blockchain
What's differences between address space, addressability, word-addressable, addressing mode?
05-24
Blockchain
RISCV branchless coding
05-24
Blockchain
Understanding address assignment to registers via assembly instructions
05-23
Blockchain
gdb-multiarch (MINGW64) cannot determine architecture from executable?
05-20
Back-end
Speed miracles in x86/amd64 land: evaluating a polynomial for every i in a loop gets slower with f
05-12
Net
Why didn't x86 implement direct core-to-core messaging assembly/cpu instructions?
05-02
Mobile
Performance differ significantly when inner loop iterates less times?
04-28
Net
Assuming that you had a MIPS processer with PIPELINE but without hazard prevention nor forwarding, w
04-22
Net
Why does this piece of code written using uint8_t run faster than analogous code written with uint32
04-15
Software engineering
8086 lock pin and ASM LOCK prefix how it works
04-07
Mobile
Why is the Overflow-Flag only set when single shifts are used?
04-04
Enterprise
What happens to outstanding stores after an object is deleted?
03-15
Back-end
5-Stage RISC - How are loads handled?
03-08
database
Run time and reported cycle counts in linux perf
03-04
Net
How can I perform a hex memory dump on an address in memory?
03-01
other
Are IA-32 segment descriptors that do not cover the full 4GiB linear address space slower?
70
1
2
Next
Last
Links:
CodePudding