Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6527 - increase stack limits | Kartik Agaram | 2020-06-15 | 1 | -0/+3 |
| | | | | | | 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. | ||||
* | core translator phases now emit identical binaries | Kartik Agaram | 2020-05-18 | 1 | -1/+1 |
| | |||||
* | fix a crash when translating apps/ex1 | Kartik Agaram | 2020-05-18 | 1 | -1/+1 |
| | |||||
* | 5851 | Kartik Agaram | 2020-01-01 | 1 | -0/+53 |
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. |