|
From: <sv...@va...> - 2012-04-21 07:37:29
|
sewardj 2012-04-21 08:37:21 +0100 (Sat, 21 Apr 2012)
New Revision: 12520
Log:
Comment update (was moved to t-chaining-notes.txt)
Modified files:
trunk/coregrind/m_scheduler/scheduler.c
Modified: trunk/coregrind/m_scheduler/scheduler.c (+0 -14)
===================================================================
--- trunk/coregrind/m_scheduler/scheduler.c 2012-04-21 01:27:56 +01:00 (rev 12519)
+++ trunk/coregrind/m_scheduler/scheduler.c 2012-04-21 08:37:21 +01:00 (rev 12520)
@@ -57,20 +57,6 @@
way back for the moment, until we do an OS port in earnest...]
*/
-/* FIXME tchaining tests:
- - extensive spinrounds
- - with sched quantum = 1 -- check that handle_noredir_jump
- doesn't return with INNER_COUNTERZERO
- other:
- - out of date comment w.r.t. bit 0 set in libvex_trc_values.h
- - can VG_TRC_BORING still happen? if not, rm
- - memory leaks in m_transtab (InEdgeArr/OutEdgeArr leaking?)
- - move do_cacheflush out of m_transtab
- - more economical unchaining when nuking an entire sector
- - ditto w.r.t. cache flushes
- - verify case of 2 paths from A to B
- - check -- is IP_AT_SYSCALL still right?
-*/
#include "pub_core_basics.h"
#include "pub_core_debuglog.h"
|