This is the term we will use from now on to designate the items that,
once summed up, constitute the ref-count.
Change-Id: I6b761053e001aecf58c132808724c2170303b10a
TN: P509-043
This change introduces a class property CompiledType.is_refcounted to
tag types that have dynamic liveness in properties evaluation. It also
adds documentation to specify how the reference counting mechanism will
work.
Change-Id: Icd90b773e937f06d21d6a88566a79030288ee9ed
TN: P509-043
Currently, code blocks are sometimes annotated with the "::" construct
while others are annotated with the ".. code-block:: <language>" one.
Turn all of them into the latter form so that GitHub can highlight them
correctly.
Change-Id: I9e653d21a153cdf96a6ee6e4fa9e55e622170c03
TN: P111-033