about summary refs log tree commit diff stats
path: root/subx/examples/ex5
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-22 21:56:00 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-22 22:17:09 -0700
commit2b36eee9b13eb16fb2e4b05d7e26f6d09f431912 (patch)
tree6da2091b71b7ea6928e417699641b70bc65381ee /subx/examples/ex5
parent8c580ba1de3a6587c6c8e21387a518c93399e538 (diff)
downloadmu-2b36eee9b13eb16fb2e4b05d7e26f6d09f431912.tar.gz
4502 - support string literals directly in code
Doesn't de-duplicate in the data segment, though. If you use the literal
"foo" a hundred times in your code segment you're gonna spend a hundred
times the space you need to.

We can now simplify our test harness a bit in the factorial app, but we
still have to put in commandline args to compare with manually. We only
support length-prefixed strings, not null-terminated ones.
Diffstat (limited to 'subx/examples/ex5')
0 files changed, 0 insertions, 0 deletions
5@gmail.com> 2013-02-09 23:50:41 +0000 committer James Booth <boothj5@gmail.com> 2013-02-09 23:50:41 +0000 Renamed contact property jid->barejid' href='/danisanti/profani-tty/commit/src/contact.h?id=facb2a653b1bf45cc3dd306c56466a6fe74903db'>facb2a65 ^
d017999a ^

8c9f9162 ^
b5e06a07 ^
6e46e8fe ^
facb2a65 ^
8e90f7a4 ^
c5f76721 ^
8e90f7a4 ^
a84e4ade ^
8e90f7a4 ^
a84e4ade ^
8e90f7a4 ^
2f2fa8de ^
b5e06a07 ^
a0eda420 ^
d300e8e7 ^
a061b0d4 ^

8e90f7a4 ^
6794fb81 ^
a84e4ade ^
e955df88 ^
d017999a ^

9dd5456f ^
581c1e8b ^
383d91ec ^
6e46e8fe ^

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