Changes between Initial Version and Version 1 of Ticket #1120

Show
Ignore:
Timestamp:
10/19/09 11:55:13 (12 years ago)
Author:
allison
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1120 – description

    initial v1  
    1 With the merge of the pcc_reapply branch, test 13 in t/pmc/threads.t will have 3 sections commented out. These sections depend on a sub in the constants table being the same as the sub stored in the namespace. This is true for the main interpreter, but not always true for a thread. 
     1With the merge of the pcc_reapply branch, test 13 in t/pmc/threads.t will have 3 sections commented out (from r41939). These sections depend on a sub in the constants table being the same as the sub stored in the namespace. This is true for the main interpreter, but not always true for a thread. 
    22 
    33Need more extensive testing of the constants table in threads. It could be argued that the constants table should be cloned, or that even direct sub access should be doing a lookup in the namespace for accuracy (with a possible hit in speed).