add declare-file debug (#1004)

This commit is contained in:
water111
2021-12-12 12:52:23 -05:00
committed by GitHub
parent a10f9da8b8
commit f6b40637a3
12 changed files with 113 additions and 64 deletions
+2 -1
View File
@@ -206,4 +206,5 @@
- Using `->` on a plain `pointer` or `inline-array` now generates an error instead of crashing the compiler
- It is now possible to use a macro to provide a static inline array element definition
- It is now possible to have symbol names that have a `#` in the middle of them
- `go-hook` now returns the return value of the `enter-state` function it calls
- `go-hook` now returns the return value of the `enter-state` function it calls
- Added a `(declare-file (debug))` to put things in the debug segment by default. This only changes _static_ objects. Dynamic allocation with forms like `cons` will continue to use the main segment like before.