Re: [perl #38076] [TODO] - tcl expression compilation

2005-12-30 Thread Leopold Toetsch
On Dec 30, 2005, at 20:54, Will Coleda (via RT) wrote: [expr] currently generates quite a bit of code for something like: expr 1*2*3*4*5 Since all of those operators are constant, it should be possible to have that expr call be distilled to: .sub foo :anon $P0 = new TclInt $P0 = 120

[perl #38076] [TODO] - tcl expression compilation

2005-12-30 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #38076] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38076 > [expr] currently generates quite a bit of code for something like: expr 1*2*3*4*5 Sinc