about summary refs log tree commit diff stats
path: root/subx/075array-equal.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-20 23:59:23 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-20 23:59:23 -0700
commit90538f232a31c621323ba1b8b93fad57c555b810 (patch)
tree1547e1f77457cc7d2aa83cc2f3468a377901489d /subx/075array-equal.subx
parent4fe73d475778af04ddcc4568b64a2c8035bca028 (diff)
downloadmu-90538f232a31c621323ba1b8b93fad57c555b810.tar.gz
5431 - starting to translate std lib
Currently failing at layer 54:
```
$ time ./translate 049memory_layout.subx 05[0-4]*.subx;  ./subx run a.elf test
leaky-get-or-insert-slice: too many segments
```

Emulation is also damn slow. But running in native mode is fast.
Diffstat (limited to 'subx/075array-equal.subx')
0 files changed, 0 insertions, 0 deletions
previous revision' href='/akspecs/ranger/blame/test/tc_history.py?h=v1.2.2&id=ffec67de733cfa2ee1c2dab6b87f933565180330'>^
3dbefa71 ^

22bb7e35 ^
3dbefa71 ^
22bb7e35 ^

3dbefa71 ^


22bb7e35 ^
3dbefa71 ^
22bb7e35 ^
3dbefa71 ^
22bb7e35 ^


3dbefa71 ^
22bb7e35 ^








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