Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #38281] [PATCH] Remove cache.* reference from pobj.h comments

0 views
Skip to first unread message

Brad Bowman

unread,
Jan 19, 2006, 2:18:04 PM1/19/06
to bugs-bi...@rt.perl.org
# 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

rm_cache_comment.diff

Leopold Toetsch

unread,
Jan 25, 2006, 11:04:27 AM1/25/06
to perl6-i...@perl.org, bugs-bi...@netlabs.develooper.com
Brad Bowman (via RT) wrote:

> 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.

Sorry for the delay, I must have missed it. Anyway, your observations
are correct, thanks, applied - r11346.

leo

0 new messages