|
From: <sv...@va...> - 2005-04-22 21:21:13
|
Author: sewardj Date: 2005-04-22 22:21:09 +0100 (Fri, 22 Apr 2005) New Revision: 1136 Modified: trunk/TODO.txt Log: Update. Modified: trunk/TODO.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/TODO.txt 2005-04-22 21:20:47 UTC (rev 1135) +++ trunk/TODO.txt 2005-04-22 21:21:09 UTC (rev 1136) @@ -12,21 +12,12 @@ x86 guest: look at FP accuracy =20 =20 -Test -~~~~ -Test adc/sbb carry dependency in memcheck - - Optimisation opportunities ~~~~~~~~~~~~~~~~~~~~~~~~~~ Improved isel for memcheck artefacts on x86 (generate neg ; sbbl) =20 Assess tt_fast miss rates=20 =20 -Better register allocation - spilling reduction - -iropt less conservative re precise exns - improve stack-update pass =20 proper profiling machinery @@ -35,6 +26,7 @@ =20 x86 iselIntExpr_RMI: actually generate the M case if possible =20 + JIT speedups ~~~~~~~~~~~~ Ensure incremental flatness throughout @@ -54,19 +46,10 @@ =20 disallow dirty helpers from writing SP/IP =20 -make instrumentation work at no optimisation - write API doc, clarify IR semantics =20 make IR utils module =20 -tt/tc simplification, also profiling - generic stack pointer identification at startup? =20 New memstack_k: old or new sp? - -Set host FPU mode before starting. Also set Dflag =3D 0=20 - -skin_panic -> tool_panic - |