public marks

PUBLIC MARKS with tags library & scripting

October 2006

September 2006

May 2006

December 2005

October 2005

Continuations And Stackless Python

by bcpbcp
In this paper, an implementation of "Stackless Python" (a Python which does not keep state on the C stack) is presented. Surprisingly, the necessary changes affect just a small number of C modules, and a major rewrite of the C library can be avoided. The key idea in this approach is a paradigm change for the Python code interpreter that is not easy to understand in the first place. Recursive interpreter calls are turned into tail recursion, which allows deferring evaluation by pushing frames to the frame stack, without the C stack involved.

PUBLIC TAGS related to tag library

ajax +   css +   design +   development +   for:pedro.custodio +   haml +   html +   images +   javascript +   language +   material +   parts +   patterns +   plugin +   programming +   python +   reference +   roundedcorners +   rubyonrails +   template +   tips +   tutorial +   ui +   webdesign +   xhtml +   yahoo +   角丸 +  

Active users

newbrandmedia
last mark : 05/10/2006 16:59

jasonbentley
last mark : 09/09/2006 08:18

hoabui
last mark : 19/05/2006 07:44

cblackburn
last mark : 01/12/2005 07:31

bcpbcp
last mark : 14/10/2005 18:42