This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pr 6644 optimizations


Frank Ch. Eigler wrote:
> Thanks for the pr 6644 code.  Could you investigate though whether all
> those new dynamic_cast<>s could be replaced by more properly typed new
> members in the custom visitors?

Sure - I just pushed a changed that eliminated all but one cast.

I could remove the last one with a function like the existing
expression_is_arrayindex(), but IMO that's just a poor man's
dynamic_cast<>.

Josh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]