-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
60 lines (47 loc) · 2.94 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>z3moon</title>
<link>https://z3moon.github.io/</link>
<description>Recent content on z3moon</description>
<generator>Hugo -- gohugo.io</generator>
<language>ko-kr</language>
<lastBuildDate>Sun, 05 May 2019 21:38:34 -0700</lastBuildDate>
<atom:link href="https://z3moon.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Software Prefetch</title>
<link>https://z3moon.github.io/software-prefetch/</link>
<pubDate>Sun, 05 May 2019 21:38:34 -0700</pubDate>
<guid>https://z3moon.github.io/software-prefetch/</guid>
<description>메모리 최적화의 목적은 수행에 필요한 최소량의 메모리(값)를 가능한 빠르게 전달하는 것이다. 따라서 가능한 cache hits 를 최대화 하기 위해 데이터구조와 메모리버퍼를 주</description>
</item>
<item>
<title>Duff's Device</title>
<link>https://z3moon.github.io/duffs-device/</link>
<pubDate>Sat, 04 May 2019 21:42:46 -0700</pubDate>
<guid>https://z3moon.github.io/duffs-device/</guid>
<description>Duff&rsquo;s Device 는 메모리 복사에 사용되는 최적화 기법이다. 1983년 12월 Lucasfilm 에서 일하던 Tom Duff 가 고안하였다. 이 기법은 흔히 알려진 Loop Unrolling 의 근간이 되었다. 일반 복사 복사기</description>
</item>
<item>
<title>LoopUnrolling</title>
<link>https://z3moon.github.io/loop-unrolling/</link>
<pubDate>Tue, 30 Apr 2019 22:55:43 -0700</pubDate>
<guid>https://z3moon.github.io/loop-unrolling/</guid>
<description>Loop Unrolling (또는 Loop Unwinding) 은 프로그램의 loop 로직을 조금 수정함으로써 속도를 향상시킬 수 있는 방법이다. loop 안의 내용을 일부 수작업으로 늘어놓는 일을 해야 하는데 이때 바이너리</description>
</item>
<item>
<title>Calling Convention</title>
<link>https://z3moon.github.io/calling-convention/</link>
<pubDate>Mon, 29 Apr 2019 00:16:19 -0700</pubDate>
<guid>https://z3moon.github.io/calling-convention/</guid>
<description>C 언어에서 함수를 호출하는 규약에 대해 설명 종류 함수 호출규약에는 다음의 것들이 있다. Calling Convention Argument Passing Stack Maintenance Name Decoration (C only) Notes __cdecl Right to left. Calling function pops arguments from the stack. Underscore prefixed to function names. Ex: _Foo. This is the</description>
</item>
<item>
<title>About Sungun</title>
<link>https://z3moon.github.io/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://z3moon.github.io/about/</guid>
<description>Sungun Park</description>
</item>
</channel>
</rss>