Displaying 1 result from an estimated 1 matches for "sharedref".
Did you mean:
hardref
2005 May 20
0
[LLVMdev] PyPy 0.6 released
...cing of
bytecode and object operations;
* the 'thunk' object space that implements lazy values and a 'become'
operation that can exchange object identities.
These spaces already give a glimpse in the flexibility potential of
PyPy. See demo/fibonacci.py and demo/sharedref.py for examples
about the 'thunk' object space.
* The 0.6 release also contains a snapshot of our translation-efforts
to lower level languages. For that we have developed an
annotator which is capable of infering type information
across our code base. The annotator right now...