From 70187b1c01a0540bc677fbbfeaef129549d3075d Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 26 Nov 2019 22:11:23 -0800 Subject: 5765 A couple more primitives now working. In the process I ran into an issue with some buffer filling up when running ntranslate. Isolating it to survey.subx was straightforward, but --trace ran out of RAM, and --trace --dump ran out of (7GB of) disk. In the end what helped was just repeatedly inserting exits at different points, and I realized there was a magic number that hadn't been turned into a named constant. --- apps/subx-params.subx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/subx-params.subx') diff --git a/apps/subx-params.subx b/apps/subx-params.subx index 38a34314..bdf7783f 100644 --- a/apps/subx-params.subx +++ b/apps/subx-params.subx @@ -13,3 +13,7 @@ Input-size: # number of labels we can translate to addresses Max-labels: 0x10000/imm32/4K-labels/64KB + +# capacity of trace-stream +Trace-size: + 0x80000/imm32/512KB -- cgit 1.4.1-2-gfad0