Tcl Source Code

View Ticket
Login
Ticket UUID: 876451
Title: restore [return] performance
Type: Patch Version: None
Submitter: dgp Created on: 2004-01-13 22:47:41
Subsystem: 47. Bytecode Compiler Assigned To: msofer
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2004-01-14 06:16:21
Resolution: Accepted Closed By: dgp
    Closed on: 2004-01-13 23:16:21
Description:
The TIP 90 changes and the fix for 
Tcl Bug 633204 led to slower performance
of [return] in the 8.5a0 Tcl, raising alarms
of the days when people preferred a
proc ending in [set x] over one ending
in [return $x].

This patch restores the lost performance.

Will commit shortly, with details of the
changes in the ChangeLog.
User Comments: dgp added on 2004-01-14 06:16:20:
Logged In: YES 
user_id=80530

committed to HEAD.

dgp added on 2004-01-14 05:47:42:

File Added - 73340: return.patch

Attachments: