InnocentZero's Treasure Chest

HomeFeedAbout MeList of interesting people

Posts tagged "hardware":

Memory layouts

20 Nov 2024

Whenever a program is run, it has two kinds of memories, stack and heap.

(...)
Tags: programming hardware C

Memory Ordering in C++ and OS support (Linux)

11 Nov 2024

Some basic things to note:

(...)
Tags: programming C C++ hardware

Computer Architecture

19 Oct 2024

Different Instructions: x86, ARM, RISC V, MIPS.

(...)
Tags: programming hardware

CSD

23 Apr 2024

Moore's Law: The number of transistors in a dense integrated circuit doubles every two years.

(...)
Tags: programming hardware

Branch predictions

13 Apr 2023

We can usually fit many operations in one clock cycle. So if all instructions were independent, we can in theory do like 5 or 6 instructions at once.

(...)
Tags: programming hardware
Other posts

Other posts
Creative Commons License
This website by Md Isfarul Haque is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.