From cfdd5b8bf3a545aaf80a831327441c417e7fd02b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 27 Jan 2020 02:32:55 -0800 Subject: 5933 Expand some buffer sizes to continue building mu.subx natively. --- html/apps/subx-params.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/subx-params.subx.html') diff --git a/html/apps/subx-params.subx.html b/html/apps/subx-params.subx.html index ae5dd632..2cd4ecd4 100644 --- a/html/apps/subx-params.subx.html +++ b/html/apps/subx-params.subx.html @@ -58,11 +58,11 @@ if ('onhashchange' in window) { 4 5 # largest segment that can be translated 6 Segment-size: - 7 0x80000/imm32/512KB + 7 0xc0000/imm32/0.75MB 8 9 # maximum size of input textual stream (spanning all segments) 10 Input-size: -11 0x100000/imm32/1MB +11 0x180000/imm32/1.5MB 12 13 # number of labels we can translate to addresses 14 Max-labels: -- cgit 1.4.1-2-gfad0