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


In P6GE, there's an array (gr_cap) that is used to store group captures
as an array of ints.  Leo suggests that a ResizableIntegerArray
be used instead of a PerlArray, but before this can be done the 
ResizableIntegerArray needs to have vtable entries for push and pop.

Pm

----- Forwarded message from Leopold Toetsch <[EMAIL PROTECTED]> -----

- the array "gr_cap" seems to take integers only. If yes it should be 
eventually a ResizableIntegerArray. But this needs 2 TODO items (which 
I'd just drop off to the list): implement missing vtables like pop and 
use the allocation style from ResizablePMCArray, i.e. the size in 
PMC_int_val2(ar). The resize logic could just be reused (called directly)


Reply via email to