个人资料
正文

Define the table before allocating it.

(2015-11-15 13:59:28) 下一个

I realized that we needed to define the table based on the definition 
of its entries before allocating it. This idea was from macros in
LISP, where once we know the definition of something, many attributes
can be hard-coded in generated data structures and functions operating
on them. This combines efficiency with flexibility. This might be one
reason for the macros in queue(3).

[ 打印 ]
阅读 ()评论 (0)
评论
目前还没有任何评论
登录后才可评论.