Skip to content

Commit 428735b

Browse files
committed
Add news
1 parent cad1946 commit 428735b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Change iteration to use "virtual iterators" for sequences. Instead of
2+
creating an iterator, a tagged integer representing the next index is pushed
3+
to the stack above the iterable. For non-sequence iterators, ``NULL`` is
4+
pushed.

0 commit comments

Comments
 (0)