From f04fdc8e57e805466d4260b4dfdc1e0b185cf422 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 23 Jul 2019 23:51:06 -0700 Subject: 5460 A little more resizing of buffers. apps/hex.subx is now building an identical binary. I'm now aborting on allocation failures. That requires disabling a couple of tests. (I'm not quite confident enough of this decision to delete them outright.) I want to treat all segfaults as bugs, and machine code is no place to add boilerplate checks for return values of standard library functions. --- subx/apps/factorial | Bin 23650 -> 23704 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'subx/apps/factorial') diff --git a/subx/apps/factorial b/subx/apps/factorial index c015a3c9..b82be120 100755 Binary files a/subx/apps/factorial and b/subx/apps/factorial differ -- cgit 1.4.1-2-gfad0 3e'>this commit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/archive/1.vm/059to_text.mu
blob: d45afb0a23012cefeeff36fb2f2cf01a9d741d1d (plain) (blame)
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