# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #42369]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42369 >


In the file src/ops/stack.ops within the saveall() op there is the
note and todo item:

  /* these 2 opcodes change the register base pointer
   * restart NEXT() reloads cached base pointers, and works with
   * arbitrary branch opcodes too. While it's a bit of overkill,
   * we don't have an opcode annotation to reload just the base pointers
   * TODO OPTIMIZE later
   */

so the pointer loading needs to be optimised to just load the base pointers.

Reply via email to