# HG changeset patch # User Paul Boddie # Date 1341179187 -7200 # Node ID 8759bd6a912a57dcec20f3d7768b836296fa9669 # Parent 43760792596c50080465b0e661e8bbbb80329ec5 Added a note about checking class base references for modification. diff -r 43760792596c -r 8759bd6a912a TO_DO.txt --- a/TO_DO.txt Sun Jul 01 01:53:28 2012 +0200 +++ b/TO_DO.txt Sun Jul 01 23:46:27 2012 +0200 @@ -30,6 +30,8 @@ attributes), eliminating run-time checks on object types in instructions like StoreAttrIndex. This may involve less specific objects being identified during inspection. + Potentially re-evaluate class bases in order to see if they are non-constant. + Verify that the context information is correctly set, particularly for the unoptimised cases.