# New Ticket Created by Brad Bowman
# Please include the string: [perl #38281]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38281 >
Hi,
Looking through pobj.h, I found what seems to be a dated
comment referring to "cache.*". I don't think this exists
anymore, unless it's referring to hashval in some oblique way.
UINTVAL hashval; /* cached hash value computation; not yet used */
};
- /* cache.* is intended to just be *shortcuts* to*/
- /* commonly-accessed data, *not* pointers to */
- /* completely different data. That's why it's */
- /* referred to as a "cache". */
Patch attached.
Brad
--- ./include/parrot/pobj.h.orig 2006-01-19 19:00:51.659130216 +0100
+++ ./include/parrot/pobj.h 2006-01-19 19:02:50.721030056 +0100
@@ -136,10 +136,6 @@
UINTVAL hashval; /* cached hash value computation; not yet used */
};
- /* cache.* is intended to just be *shortcuts* to*/
- /* commonly-accessed data, *not* pointers to */
- /* completely different data. That's why it's */
- /* referred to as a "cache". */
/* put data into the PMC_EXT structure */
#define PMC_DATA_IN_EXT 1