about summary refs log tree commit diff stats
path: root/archive/2.vm/073scheduler.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-15 18:41:45 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-15 18:41:45 -0800
commitde3aecff25e2da4eef2d30f4775c37be2eaa2899 (patch)
tree397532baf736701123305ace1ca72986d8a7c089 /archive/2.vm/073scheduler.cc
parent95ccc2e0557b57f0f56b039df75f49a4016ecda6 (diff)
downloadmu-de3aecff25e2da4eef2d30f4775c37be2eaa2899.tar.gz
5746
After much struggle, one more test: emitting a primitive with a register
operand.

The following two instructions have the same name:
  reg <- increment
  increment var

and they emit the same opcodes:
  ff 0/subop

But they're considered distinct policies in the code-generation 'table',
one for incrementing variables on the stack and the other for incrementing
variables in a register.
Diffstat (limited to 'archive/2.vm/073scheduler.cc')
0 files changed, 0 insertions, 0 deletions
title='author Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 16:38:18 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 16:38:18 +0200 initial import' href='/acidbong/suckless/dwm/commit/README?h=2.7&id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
650a1fb ^
01a8d44 ^
650a1fb ^
1076f2b
650a1fb ^
1076f2b
650a1fb ^
1076f2b

650a1fb ^
1076f2b
eff4478 ^
1076f2b
7b5638f ^

98c6a92 ^
98c6a92 ^


7b5638f ^
2b66f7a ^
98c6a92 ^
7b5638f ^
1076f2b

dc5c070 ^

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