"vscode:/vscode.git/clone" did not exist on "a9ee2960cf8bc6e284c7928b0d67af89c3c6aae9"
- 10 Sep, 2011 6 commits
- 09 Sep, 2011 7 commits
-
-
beder authored
-
beder authored
-
beder authored
Made the 'data' member optional in node_ref - it's only created on-demand, so we don't waste extra memory every time we do Value tmp = v;
-
beder authored
Switched value = otherValue to assign the actual nodes after setting the reference (so that tmp = foo['bar']; tmp = other; is the same as foo['bar'] = other;)
-
beder authored
-
beder authored
-
beder authored
Switched memory to using shared nodes, and node_data to keep only naked node pointers, not shared nodes (to break the cycle, and we don't need weak pointers because their memory is guaranteed to exist, via 'memory')
-
- 08 Sep, 2011 4 commits
- 07 Sep, 2011 12 commits
- 06 Sep, 2011 3 commits
- 05 Sep, 2011 1 commit
-
-
beder authored
-