]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Re-enable vex bb chasing. In fact this accidentally got reenabled in
authorJulian Seward <jseward@acm.org>
Mon, 2 May 2005 12:24:39 +0000 (12:24 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 2 May 2005 12:24:39 +0000 (12:24 +0000)
r3582; this commit formalises that.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3594

coregrind/vg_main.c

index 84b0c091d9cd8f8fc41ec7095eb38691c4474fcf..897debf431b0c017b59f6320c3a22991808df04b 100644 (file)
@@ -1583,15 +1583,6 @@ static void pre_process_cmd_line_options
 
    LibVEX_default_VexControl(& VG_(clo_vex_control));
 
-   /* For the time being, disable chasing across basic block
-      boundaries.  This fools the redirector to the extent that that
-      strlen et al do not get reliably intercepted, and hence makes
-      memcheck report some false errors.  Fixing the redirector
-      properly really entails getting rid of the circularity between
-      the two memory allocators, but that is more than I have time to
-      sort out right now. */
-   //   VG_(clo_vex_control).guest_chase_thresh = 0;
-
    /* parse the options we have (only the options we care about now) */
    for (i = 1; i < vg_argc; i++) {