about summary refs log tree commit diff stats
path: root/045closure_name.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-08-20 22:13:45 -0700
committerKartik Agaram <vc@akkartik.com>2018-08-20 22:19:41 -0700
commit10ad628f73a02697763ad82a69a91ffacf5edb47 (patch)
tree09058cc51441fa7af8b2a9a8dccb643982298ba6 /045closure_name.cc
parenta754efc54223240c351d14869f32cd90ada958c1 (diff)
downloadmu-10ad628f73a02697763ad82a69a91ffacf5edb47.tar.gz
4523 - Give up on pass-through phases
I'm going to continue using them for now, but I'm fairly certain now
that they're just a temporary device to help rapidly-prototype ideas.

The reason: there's just too many ways to abuse low-level features, and
it ends up taking too much code to disallow things soon after you allow
them.

New plan: stop trying to write checks, just treat them as temporary
conventions for now. Goal is now to just get the core sequence of passes
nailed down. Then we'll start reimplementing them from the ground up.

First implication of this new plan: ripping out most existing checks.
I'm still going to eventually build type checks. But no degenerate
checks for code just being too low-level.

(This decision is the outcome of a few days of noodling over Forth and
https://mastodon.social/@akkartik/100549913519614800.)
Diffstat (limited to '045closure_name.cc')
0 files changed, 0 insertions, 0 deletions
emes/joker?id=30b5f112fd81890411d6fe52c1f442f4433e0d01'>30b5f112 ^
6dabbbd5 ^




30b5f112 ^

71679a31 ^

6dabbbd5 ^


6dabbbd5 ^
30b5f112 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
6dabbbd5 ^

30b5f112 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
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