Content deleted Content added
m moved Talk:Generator (computer science) to Talk:Generator (computer programming): More accurate parenthetical disambiguation (discuss) |
|||
Line 428:
For ICON for pythonistas, see convergepl.org
G. Robert Shiplett 14:34, 29 November 2010 (UTC) <small><span class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[User:Grshiplett|Grshiplett]] ([[User talk:Grshiplett|talk]] • [[Special:Contributions/Grshiplett|contribs]]) </span></small><!-- Template:Unsigned --> <!--Autosigned by SineBot-->
== Standard or common implementation of generators at the low-level ==
This article should describe in-detail the most common ways generators are implemented at the low-level. This means information such as if a program with generators is compiled to an assembly language, what would it look like? What happens to the control flow? What happens to the stack? Is a new stack created? Where does it keep the information about where in the generator control flow is resumed to after the yield statement?
--[[User:Eboyjr|Eboyjr]] ([[User talk:Eboyjr|talk]]) 17:02, 16 June 2011 (UTC)
|