about summary refs log tree commit diff stats
path: root/linkify/build
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-06-24 10:23:27 -0700
committerKartik Agaram <vc@akkartik.com>2018-06-24 10:23:27 -0700
commit3ecee22a8a440b5f299729cbe49aede7e270c67c (patch)
tree2a756da343d10cc5e533cea3aa64d7574fa036d8 /linkify/build
parentd82c16098e4f7454b79ee4cad6393949d6f32b18 (diff)
downloadmu-3ecee22a8a440b5f299729cbe49aede7e270c67c.tar.gz
4269 - start validating alloc-ids on lookup
Seems incredible that this is all it took. Needs more testing.

I also need to rethink how we organize our layers about addresses.
Alloc-id stuff is scattered everywhere. The space for alloc-ids is
perhaps unavoidably scattered. Just assume the layout from the start.
But it seems bad that the scenario testing the lookup-time validation is
in the 'abandon' layer when the code is in the 'lookup' layer.
Diffstat (limited to 'linkify/build')
0 files changed, 0 insertions, 0 deletions
s='alt'>
372367f5 ^
dc5a0acf ^
372367f5 ^



3d1c4216 ^

372367f5 ^
3d1c4216 ^
































3350c34a ^
3d1c4216 ^


ec32c11d ^
3d1c4216 ^
ec32c11d ^
3d1c4216 ^


372367f5 ^
3350c34a ^
3d1c4216 ^


372367f5 ^
775f77c3 ^
3d1c4216 ^


775f77c3 ^
3d1c4216 ^




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
77
78
79
80
81
82
83
84