From: Julian Seward Date: Sat, 21 Apr 2012 07:37:21 +0000 (+0000) Subject: Comment update (was moved to t-chaining-notes.txt) X-Git-Tag: svn/VALGRIND_3_8_0~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4850bbd2c1ba94d79c7e057c6753e8d00be42f15;p=thirdparty%2Fvalgrind.git Comment update (was moved to t-chaining-notes.txt) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12520 --- diff --git a/coregrind/m_scheduler/scheduler.c b/coregrind/m_scheduler/scheduler.c index 6fc5f50fc4..c42dd0f0c3 100644 --- a/coregrind/m_scheduler/scheduler.c +++ b/coregrind/m_scheduler/scheduler.c @@ -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"