[Python-Dev] School IIb?
Jim Jewett
jimjjewett at gmail.com
Tue Jun 27 19:42:20 CEST 2006
More information about the Python-Dev mailing list
Tue Jun 27 19:42:20 CEST 2006
- Previous message: [Python-Dev] Is Lib/test/crashers/recursive_call.py really a crasher?
- Next message: [Python-Dev] Proposal to eliminate PySet_Fini
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> On compilation, freeze any cases that meet the School-II conditions
> and have a trustworthy __hash__ method into a dictionary.
As long as the semantics are based on if-elif, you have to support
if (optimizable)
elif (has a side effect)
elif (optimizable)
elif (not optimizable)
elif (optimizable)
elif (has a side effect)
elif (optimizable)
where the four "optimizable" cases are actually in four separate dictionaries.
-jJ
- Previous message: [Python-Dev] Is Lib/test/crashers/recursive_call.py really a crasher?
- Next message: [Python-Dev] Proposal to eliminate PySet_Fini
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list