摘要: problem analysis 标签(空格分隔): CS:APP Problem An information table of students in terms of Id, Age, and their name of string type. Algorithm implementatio 阅读全文
posted @ 2023-02-05 21:10 44636346 阅读(25) 评论(0) 推荐(0)
摘要: chapter 9 virtual memory (part 1) 标签(空格分隔): CS:APP prologue As what we said about processes in chapter 8, their behaviors are highly related to the ac 阅读全文
posted @ 2023-02-02 15:25 44636346 阅读(28) 评论(0) 推荐(0)
摘要: CS:APP--Chapter08 : exceptional control flow 标签(空格分隔): CS:APP prologue Back to the previous chapters, An introduction on the connection between our pr 阅读全文
posted @ 2023-01-30 01:27 44636346 阅读(26) 评论(0) 推荐(0)
摘要: CS:APP--Chapter07 : Linking 标签(空格分隔): CS:APP prologue So far what I have learnt is to comprehend the relationship between my code/program and hardward 阅读全文
posted @ 2023-01-20 01:40 44636346 阅读(80) 评论(0) 推荐(0)
摘要: CS:APP--Chapter06 : memory hierarchy(part 2) 标签(空格分隔): CS:APP 2. Locality How to exhibit a good locality is one of our goals when we are writing code. 阅读全文
posted @ 2023-01-17 21:34 44636346 阅读(18) 评论(0) 推荐(0)
摘要: #CS:APP--Chapter06 : memory hierarchy(part 1) 标签(空格分隔): CS:APP prologue Back to the simple model of memory we often use before, the realistic implemen 阅读全文
posted @ 2023-01-17 20:14 44636346 阅读(42) 评论(0) 推荐(0)
摘要: There are two snippets of codes after optimized by the compiler with levels 1 and 3: (This code is responsible for "return 0" in the body of the main 阅读全文
posted @ 2023-01-12 20:32 44636346 阅读(16) 评论(0) 推荐(0)
摘要: 8. loop uprolling Without further ado, one sentence concludes what it is : Loop uprolling reduces the number of overall iterations by increasing the n 阅读全文
posted @ 2023-01-12 03:43 44636346 阅读(25) 评论(0) 推荐(0)
摘要: CS: APP--Chapter05: optimizing program performance (part 1) prologue The primitive objective of a programmer is to make it run correctly even fast. No 阅读全文
posted @ 2023-01-09 00:52 44636346 阅读(47) 评论(0) 推荐(0)
摘要: There is a brief introduction to both functions: If a programmer want to allocate a block of memories, they must require the permission of OS then hav 阅读全文
posted @ 2023-01-08 20:46 44636346 阅读(21) 评论(0) 推荐(0)