来源:https://lagunita.stanford.edu/c4x/Engineering/CS316/ 下载:Processor Microarchitecture An Implementation Perspective Contents 1. Introduction ………………………………………………………………………………………….1 1.1 Classification of Microarchitectures ………………………………………………………….. 1 1.1.1 Pipelines/Nonpipelined Processors …………………………………………………. 1 1.1.2 In-Order/Out-of-Order Processors ………………………………………………… 2 1.1.3 Scalar/Superscalar Processors ………………………………………………………… 2 1.1.4 Vector Processors …………………………………………………………………………. 3 1.1.5 Multicore Processors …………………………………………………………………….. 3 1.1.6 Multithreaded Processors ……………………………………………………………… 3 1.2 Classification of Market Segments ……………………………………………………………. 3 1.3 Overview […]
READ MORE »Posts in category 资料推荐
[转]DDR4内存基础
HP提供的DDR4 For Dummies,非常好的DDR4入门资料。 点击下载:DDR4 For Dummies
READ MORE »[转]计算机中的数学《Mathematics for Computer Science》
这个教学材料,值得收藏和学习。 来源:https://www.seas.harvard.edu/courses/cs20/ 原下载链接:Mathematics for Computer Science 本地下载:Mathematics for Computer Science
READ MORE »书籍推荐 – 《了凡四训》
《了凡四训》又名《命自我立》,是中国明朝袁了凡先生,结合了自己亲身的经历和毕生学问与修养,为了教育自己的子孙而作的家训,教戒他的儿子袁天启,认识命运的真相,明辨善恶的标准,改过迁善的方法,以及行善积德谦虚种种的效验。他在早期验证了命数的准确性,后来进一步通晓了命数的由来,知道人们可以掌握自己的未来,改造自己的命运。就在他的下半生中,又验证了人们完全可以自我“立命”,自求多福的准确性。不过,光是知命安命是消极的无益的;而自强不息改造命运的“立命之学”则是积极的和有益的。了凡先生以自己改造命运的经验来“现身说法”;读了可以使人心目豁开,信心勇气倍增,亟欲效法了凡先生,来改造自己的命运;实在是一本有益世道人心,转移社会风气不可多得的好书。 献给 – 勇于改造命运的人 “命中注定”,大家耳熟能详。 但 是 真有一个操纵命运的主宰吗? 答案是肯定的 – 那就是“自己”! 人是命运的主人翁, 却常为命运所戏弄! 愿 您 读完此书后, 能走出被命所运的阴霾, 成为一个 勇于创造命运的人! 下载: 白话文版《了凡四训》 简注易解版《了凡四训》 这本书值得大家花3小时认真看一遍,将终身受益。
READ MORE »[转]Linux性能监控及调优资料
对Linux的性能监控及调优,非常全面的材料。 Linux Performance Profiling and Monitoring Linux Performance Tools Linux Performance Analysis and Tools Linux Profiling at Netflix
READ MORE »[转]Linux Performance Analysis New Tools and Old Secrets
非常全面地介绍Linux系统性能监控,包括CPU、内存、硬盘、网络。 官方网站: http://www.brendangregg.com/linuxperf.html 本地下载: Linux Performance Analysis New Tools and Old Secrets
READ MORE »[转]Linux Kernel and Driver Development Training
Outline Here are the main topics that we cover: Introduction to the Linux kernel Kernel source code Configuring, compiling and booting the kernel Linux kernel modules Memory management and accessing hardware Character device drivers Processes, scheduling, waiting for resources and interrupt management Locking Kernel debugging techniques mmap Using DMA Kernel architecture for device drivers. Illustration […]
READ MORE »[转]Local and Remote Memory: Memory in a Linux NUMA System
全面介绍Linux内核中的NUMA系统,不错的资料。 1.Introduction 2.A sample NUMA system 3.Linux and NUMA memory 3.1.Memory Management 101 3.2.NUMA memory 4.Efficient allocations 4.1.Optimal placement: Node local 4.2.Multi node applications 4.3.Page Cache 4.4.Memory balancing 4.5.NUMA interlink and node hardware limits 5.Memory reclaim 5.1.Reclaim in an UP or SMP system 5.2.NUMA reclaim 6.Memory Migration 6.1.Why migrate pages 6.2.How page migration works 6.3.Determining […]
READ MORE »[转]Evolution of Intel’s Basic Microarchitectures
介绍Intel CPU微架构的演变。 1. Introduction 2. Core 2 3. Penryn 4. Nehalem 5. Nehalem-EX 6. Westmere 7. Westmere-EX 8. Sandy Bridge 9. Overview of the evolution 来源:http://users.nik.uni-obuda.hu//sima/oktatas.htm 下载:Evolution of Intel’s Basic Microarchitectures
READ MORE »[转]What Every Programmer Should Know About Memory
非常经典且全面介绍内存的资料,强烈推荐。 内容包括: Commodity Hardware Today CPU Caches Virtual Memory NUMA Support What Programmers Can Do Memory Performance Tools Upcoming Technology 点击下载:What Every Programmer Should Know About Memory
READ MORE »