You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use set_valid_worlds! instead of manual optimisation (#205)
* Try out set_valid_worlds! instead of manual optimisation
* Add a comment
* Give more type information to deref_phi.
* Code formatting
* Add a comment
* Bump patch version to 0.9.8
---------
Co-authored-by: Bruno Ploumhans <[email protected]>
Copy file name to clipboardExpand all lines: HISTORY.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# 0.9.9
2
+
3
+
Remove manual opaque closure optimisation functions in favour of setting the world age and letting the compiler do more work for us, and providing it with some more type information. This changes no functionality, and shouldn't change performance either, but simplifies code.
4
+
1
5
# 0.9.8
2
6
3
7
Enables built docs for the current release version of Libtask.
0 commit comments