about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-04 23:53:11 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-04 23:53:11 -0800
commitcc6c9e747933a0174e3b1e87886be13b49b0face (patch)
treeb00d84e46616447da6e6a07e7fb743f1ebd8cb09
parent436b2b2eac33b893f7b9b0a7229ac1d98c034d2c (diff)
downloadmu-cc6c9e747933a0174e3b1e87886be13b49b0face.tar.gz
2361
-rw-r--r--057static_dispatch.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/057static_dispatch.cc b/057static_dispatch.cc
index 20bc82f8..4de67aa3 100644
--- a/057static_dispatch.cc
+++ b/057static_dispatch.cc
@@ -102,7 +102,8 @@ recipe test a:number, b:number -> z:number [
 ]
 +mem: storing 2 in location 7
 
-:(after "Begin Transforms")
+//: after insert_fragments (tangle) and before computing operation ids
+:(before "Transform.push_back(deduce_types_from_header)")
 Transform.push_back(resolve_ambiguous_calls);
 
 :(code)
label v2-7-1ac_0-28' href='/ingrix/lynx-snapshots/commit/src/LYHash.c?id=945e8eb6bb07f64aaca42207af3311220ff2e4ba'>945e8eb6 ^
cbcc3a1e ^
945e8eb6 ^


57bfc74f ^




cbcc3a1e ^
57bfc74f ^
cbcc3a1e ^


57bfc74f ^
945e8eb6 ^

57bfc74f ^






945e8eb6 ^
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