Post AWe0gGTDltRYYNvbvs by [email protected] | |
More posts by [email protected] | |
Post #AWVmo3ST55gntIiW1Y by [email protected] | |
0 likes, 0 repeats | |
a lattice mesh encoded as an arbitrary digraph with shared nodes (circled red),… | |
Post #AWVpMQzcHnU0dWk8PY by [email protected] | |
0 likes, 0 repeats | |
another, less balanced example, two tree-encodings of the petersen graph. red a… | |
Post #AWWESCyLpA7tkE08AK by [email protected] | |
0 likes, 0 repeats | |
@lritter This looks like a really fun problem to work on, but I’m not sure I … | |
Post #AWWESD2FafFHwJpFFA by [email protected] | |
0 likes, 0 repeats | |
@R4_Unit i want to rebalance the tree when edges are removed. adding new edges … | |
Post #AWWFHLYnecqB9FR05I by [email protected] | |
0 likes, 0 repeats | |
i've been spending most of this afternoon thinking about how to efficiently… | |
Post #AWZxO44W3M1UORA9tg by [email protected] | |
0 likes, 0 repeats | |
ah, the connection to structured control flow is that when we tree-ify a digrap… | |
Post #AWZyLxdJ7b3JnYzs7U by [email protected] | |
0 likes, 0 repeats | |
i find that i need two new kinds of graphs to think about this: a graph of befo… | |
Post #AWa0L74ajoSch9Ty9Q by [email protected] | |
0 likes, 0 repeats | |
this might work | |
Post #AWa0tngAps10gJbLE0 by [email protected] | |
0 likes, 0 repeats | |
so this would for example be a graph of a) how lexical scope moves downward whe… | |
Post #AWaDzaIgn01sKUhloW by [email protected] | |
0 likes, 0 repeats | |
@lritter are your gist posts the best place to get a long form sense of what yo… | |
Post #AWaDzaNIVriQYmrRzs by [email protected] | |
0 likes, 0 repeats | |
@nick yes and no. i am currently chewing on this one which doesn't contain … | |
Post #AWbnFSOjd5BK0WnSu8 by [email protected] | |
0 likes, 0 repeats | |
meanwhile i have arrived at a model that i think is lightweight enough for inte… | |
Post #AWbxZpDrTcJO883tc8 by [email protected] | |
0 likes, 0 repeats | |
and here's the full writeupScoped Refcountinghttps://gist.github.com/paniq/… | |
Post #AWcDxlAtmCJDnD6vvE by [email protected] | |
0 likes, 0 repeats | |
@lritter isn't call frame based arena simply "alloca" ?And a smar… | |
Post #AWcEDqmGiHbLnpGM5Y by [email protected] | |
0 likes, 0 repeats | |
@StompyRobot you can't move allocas up the stack, and smart pointers with c… | |
Post #AWd3GaO9CPERVJ2fp2 by [email protected] | |
0 likes, 0 repeats | |
@lritter also, alloca doesn't call destructors! | |
Post #AWdmF780zwwiP2AWBc by [email protected] | |
0 likes, 0 repeats | |
@StompyRobot in C no, in C++ it does, as long as you don't use alloca, the … | |
Post #AWe0gGTDltRYYNvbvs by [email protected] | |
0 likes, 0 repeats | |
I added an implementation guide in three levels that increase the power of the … |