Re: [perl #47153] [PATCH][RFC] Proposed change from PMC_IS_NULL to PMC_is_null

2008-07-10 Thread chromatic
On Thursday 10 July 2008 14:41:50 NotFound wrote: > I changed the signature from PMC * to const PMC * in r29253, otherwise > using it with const gives warings in C and fails in C++. > > What is the reason to have an interp parameter? Looks like an > unnecessary overhead in a frequently used functi

Re: [perl #47153] [PATCH][RFC] Proposed change from PMC_IS_NULL to PMC_is_null

2008-07-10 Thread NotFound
I changed the signature from PMC * to const PMC * in r29253, otherwise using it with const gives warings in C and fails in C++. What is the reason to have an interp parameter? Looks like an unnecessary overhead in a frequently used function. -- Salu2

[perl #47153] [PATCH][RFC] Proposed change from PMC_IS_NULL to PMC_is_null

2008-07-10 Thread Ronald Blaschke via RT
Applied with r29249. Thanks for your comments, chromatic++. Ron