Commit Graph

4 Commits

Author SHA1 Message Date
Kartik Agaram 27a5b1a892 6527 - increase stack limits
We haven't run into this limit yet, but everytime I see a 'stream overflow'
error I run into it while going over all the knobs in apps/subx-params.subx,
if I increase Input-size (used by survey.subx) too much.
2020-06-15 16:16:00 -07:00
Kartik Agaram 99c3cfddff core translator phases now emit identical binaries 2020-05-18 00:44:46 -07:00
Kartik Agaram fb18cadaa7 fix a crash when translating apps/ex1 2020-05-18 00:44:46 -07:00
Kartik Agaram 23fd294d85 5851
Rename a few scripts to be more consistent.

I'm also starting to feel the urge to bud off `subx run` into its own program,
say tools/emulate_x86. It doesn't really rely on the SubX notation at all.

And then I could rename `subx translate` to `translate_subx_bootstrap`.

Only problem: the commands in the Readme get verbose. But the Readme is
gonna need surgery soon anyway to put translate_mu front and center.
2020-01-01 16:45:30 -08:00