]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment update (was moved to t-chaining-notes.txt)
authorJulian Seward <jseward@acm.org>
Sat, 21 Apr 2012 07:37:21 +0000 (07:37 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 21 Apr 2012 07:37:21 +0000 (07:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12520

coregrind/m_scheduler/scheduler.c

index 6fc5f50fc4965a702176f9fa390636f3efecaea7..c42dd0f0c3f8b60573142d6a12ebab914b9500d8 100644 (file)
    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"