From 5a8f916a31c803b4dcb12854463ed5227cbdf36f Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Wed, 22 Aug 2007 14:31:02 +0000 Subject: * generic/tclExecute.c (TEBC): disable the new shortcut to frequent INSTs for debug builds. REVERTED (collision with alternative fix) --- ChangeLog | 2 +- generic/tclExecute.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2515ea..6e53d98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2007-08-22 Miguel Sofer * generic/tclExecute.c (TEBC): disable the new shortcut to frequent - INSTs for debug builds. + INSTs for debug builds. REVERTED (collision with alternative fix) 2007-08-21 Don Porter diff --git a/generic/tclExecute.c b/generic/tclExecute.c index 99d7144..07de1b6 100644 --- a/generic/tclExecute.c +++ b/generic/tclExecute.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclExecute.c,v 1.321 2007/08/22 14:04:16 dgp Exp $ + * RCS: @(#) $Id: tclExecute.c,v 1.322 2007/08/22 14:31:04 msofer Exp $ */ #include "tclInt.h" @@ -1662,13 +1662,11 @@ TclExecuteByteCode( * reduces total obj size. */ -#if !TCL_COMPILE_DEBUG if (*pc == INST_LOAD_SCALAR1) { goto instLoadScalar1; } else if (*pc == INST_PUSH1) { goto instPush1Peephole; } -#endif switch (*pc) { case INST_RETURN_IMM: { -- cgit v0.12