Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos/scheme: Use 64-bit ints to track memory allocation stats | Keith Packard | 2017-12-11 |
| | | | | | | | These are only collected for debug purposes, but can get quite large if the interpreter runs for a while. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/scheme: Add vectors | Keith Packard | 2017-12-10 |
| | | | | | | Constant time and smaller can be a feature. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/scheme: Rename to 'scheme', clean up build | Keith Packard | 2017-12-05 |
Constant block is now built in a subdir to avoid messing up source directory. Renamed to ao_scheme to reflect language target. Signed-off-by: Keith Packard <keithp@keithp.com> |