blob: a2783a84b1652f5b9748e94ea7812651cc15aaf0 (
plain) (
blame)
1
2
3
4
5
|
* Stop comparing strings all the time
* Stop copying the entire goal stack into every choicepoint
* Stop creating choicepoints when it is not needed
* How to implement builtins nicely?
* Right now we copy and allocate a lot, but almost never free stuff.
|