68e8bd7f08f4
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 15 Jul 2016 21:57:52 +0000 |
parents | 6a625688cda5 |
children | 7994d88dc84b |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Fri Jul 15 19:13:31 2016 +0000 +++ b/README.markdown Fri Jul 15 21:57:52 2016 +0000 @@ -867,3 +867,10 @@ up for numbers for now. This is the first real Lisp/Prolog interop I've got, which is pretty cool. It also means I can excise the stupid number-munging code from [Hype][]. + +* Refactored the Bones compiler to use structs in a few places instead of CLOS + classes to reduce consing a bit. Also fixed a couple of other hot points and + split apart the horrifically large `compiler.lisp` file. + +* Removed the functor table from the WAM. This is the first step toward making + Bones GC-friendly.