about summary refs log tree commit diff stats
path: root/042name.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-04 14:07:37 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-04 14:07:37 -0700
commite450523829337ff46d71ca6bab289982de85eafc (patch)
tree95dfd92d79e754a45c120d1bfa557d64762b08b1 /042name.cc
parent02b105fee40399410e6aa05ee33d4ee2cef8fd4d (diff)
downloadmu-e450523829337ff46d71ca6bab289982de85eafc.tar.gz
5138
Drop some redundant transfers between registers. The x86 instruction set
can perform most operations on all available registers, and things are
more comprehensible if each conceptual variable has a single location.
Diffstat (limited to '042name.cc')
0 files changed, 0 insertions, 0 deletions
a>
c08f1fab ^
0008feed ^


841f337e ^



0008feed ^


841f337e ^


841f337e ^
b47a95ab ^



0008feed ^


841f337e ^



0008feed ^


841f337e ^

0008feed ^


841f337e ^
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76