• R/O
  • SSH

quipu: 提交

quipu mercurial repository


Commit MetaInfo

修订版28ec2c7c97933371a434193604fcc594a7d23542 (tree)
时间2019-10-11 06:06:39
作者Agustina Arzille <avarzille@rise...>
CommiterAgustina Arzille

Log Message

Reorder operations

更改概述

差异

diff -r 9aa5c5b8f174 -r 28ec2c7c9793 tuple.cpp
--- a/tuple.cpp Thu Oct 10 18:05:46 2019 -0300
+++ b/tuple.cpp Thu Oct 10 18:06:39 2019 -0300
@@ -55,6 +55,12 @@
5555 return (ret);
5656 }
5757
58+static inline atomic_t*
59+root_plen (object obj)
60+{
61+ return ((atomic_t *)&xaref(obj, -1));
62+}
63+
5864 static object
5965 make_root_node (interpreter *interp)
6066 {
@@ -64,12 +70,6 @@
6470 return (ret);
6571 }
6672
67-static inline atomic_t*
68-root_plen (object obj)
69-{
70- return ((atomic_t *)&xaref(obj, -1));
71-}
72-
7373 object alloc_tuple (interpreter *interp, object tst)
7474 {
7575 evh_guard eg (interp);
Show on old repository browser