# New Ticket Created by Bob Rogers # Please include the string: [perl #52842] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52842 >
The ops in src/ops/stack.ops are holdovers from the bad old days of limited registers. In modern times, it is more versatile (and probably faster) to create an array and use it as an explicit stack via push and pop operations. This depends on getting RT#52838 and RT#52840 done first. Once these operations are gone, the user_stack member of struct Parrot_Context can be removed. -- Bob Rogers http://rgrjr.dyndns.org/