Tcl Source Code

View Ticket
Login
Ticket UUID: 1702212
Title: checkInterp worse than useless
Type: Bug Version: obsolete: 8.5a5
Submitter: msofer Created on: 2007-04-17 13:29:51
Subsystem: 47. Bytecode Compiler Assigned To: msofer
Priority: 8 Severity:
Status: Closed Last Modified: 2007-04-18 03:06:45
Resolution: Fixed Closed By: msofer
    Closed on: 2007-04-17 20:06:44
Description:
Ever since its introduction in TEBC the variable 'checkInterp' has been worse than useless: due to a committer's mistake (boo to me!), it is never reset to 0. So we are resetting it to 1 on every DECACHE and testing it, all for nothing.

Attached two different patches: one uses checkInterp correctly, the other eliminates it altogether. After careful timings one will be chosen for committing.
User Comments: msofer added on 2007-04-18 03:06:45:

File Deleted - 225305:

msofer added on 2007-04-18 03:06:44:

File Added - 225372: checkInterp-new

Logged In: YES 
user_id=148712
Originator: YES

checkinterp-new is the clear winner, even by a small margin. Committed.


File Added: checkInterp-new

msofer added on 2007-04-17 20:31:22:

File Added - 225307: checkInterp-out

Logged In: YES 
user_id=148712
Originator: YES

File Added: checkInterp-out

msofer added on 2007-04-17 20:29:51:

File Added - 225305: checkInterp-new

Attachments: