about summary refs log tree commit diff stats
path: root/stats.txt
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-21 17:31:38 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-21 17:31:38 -0700
commit3b02c3dfa26745f2ea178600b840a34cec4d649b (patch)
tree259be41cecbd13bb9357323f8d3a7ec6db9a37d1 /stats.txt
parent47fe226b7e5841d25b3392f40bb3698d405e39f2 (diff)
downloadmu-3b02c3dfa26745f2ea178600b840a34cec4d649b.tar.gz
6572
Small change to mu.subx to keep the treeshaker working with it. That's
currently the only place where we prevent jumps across 'functions'.
Diffstat (limited to 'stats.txt')
-rw-r--r--stats.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/stats.txt b/stats.txt
index 2e56533a..26ddf9ea 100644
--- a/stats.txt
+++ b/stats.txt
@@ -12,7 +12,7 @@ apps/tests.subx             284      137
 apps/sigils.subx           4641      896
 apps/calls.subx            1785      448
 apps/braces.subx            360      121
-apps/mu.subx (incomplete) 17940     5780
+apps/mu.subx (incomplete) 18722     6044
 
 ## Total source lines needed including libraries
                           Initial   -whitespace/comments/tests/dead code
@@ -28,7 +28,7 @@ apps/tests.subx            8519     2214
 apps/sigils.subx          10578     3043
 apps/calls.subx            9242     2388
 apps/braces.subx           8545     2111
-apps/mu.subx (incomplete) 21949     8357
+apps/mu.subx (incomplete) 22481     8537
 
 ## executable size in KB
                           Initial   -tests/dead code
@@ -44,7 +44,7 @@ apps/tests                  41        5.8
 apps/sigils                 54        9.1
 apps/calls                  47        7.1
 apps/braces                 42        5.9
-apps/mu (incomplete)       303       47.0
+apps/mu (incomplete)       316       49.0
 
 ## history of apps/mu.subx
                                                         date    commit  mu.subx   -tests/cmts  binary (KB excl. dead code)
@@ -65,6 +65,6 @@ user-defined types, and getting fields in them          Mar 11  6135    11592
 
 cleanup: switch to handles everywhere                   May 22  6382    15014        5064        39
 
-checking: function call types and registers             Jun 18  6552    17940        5780        47
+first round of prototyping and static checks            Jun 21  6572    18722        6044        49
 
 vim:nowrap:tw&