| 20:43 | <rbuckton> | shu: Are the origin trial shared structs not allowed to have fields that are stringified integers? |
| 21:25 | <shu> | rbuckton: it should, that looks like a bug |
| 21:26 | <shu> | i'll investigate soon, thanks for raising it |
| 22:32 | <rbuckton> | The more I tinker with this, trying to shoehorn it into the compiler, the more I want some mechanism to attach behavior. I also had to implement a custom Map-like mechanism using shared structs to share some keyed data efficiently. |
| 22:33 | <rbuckton> | I have made some progress on parallel parsing, however. |
| 22:44 | <shu> | i am working on the behavior thing |
| 22:45 | <shu> | more specifically, the thread-local storage thing |
| 22:45 | <shu> | our current GC scheme makes inter-heap cycles uncollectable, and i'm trying to fix that, which is taking a bit due to GC being finnicky |