|
From: <sv...@va...> - 2008-09-18 10:16:40
|
Author: sewardj Date: 2008-09-18 11:16:41 +0100 (Thu, 18 Sep 2008) New Revision: 8619 Log: Update to-dos a bit. Modified: branches/PTRCHECK/exp-ptrcheck/README.ABOUT.PTRCHECK.txt Modified: branches/PTRCHECK/exp-ptrcheck/README.ABOUT.PTRCHECK.txt =================================================================== --- branches/PTRCHECK/exp-ptrcheck/README.ABOUT.PTRCHECK.txt 2008-09-14 16:05:01 UTC (rev 8618) +++ branches/PTRCHECK/exp-ptrcheck/README.ABOUT.PTRCHECK.txt 2008-09-18 10:16:41 UTC (rev 8619) @@ -342,7 +342,7 @@ * sg_main.c: Improve the performance of the stack / global checks by doing some up-front filtering to ignore references in areas which - can't "obviously" can't be stack or globals. This will require + "obviously" can't be stack or globals. This will require using information that m_aspacemgr knows about the address space layout. @@ -366,3 +366,5 @@ * CRITICAL: sg_main.c: make preen_Invar work properly again. Why isn't it being called? +* sg_main.c: fix compute_II_hash to make it a bit more sensible + for ppc32/64 targets |