[DTrace-devel] [PATCH 03/14] Promote associative integer arrays to 64 bits when loaded

Eugene Loh eugene.loh at oracle.com
Fri May 5 02:46:27 UTC 2023


On 5/4/23 16:10, Kris Van Hees wrote:

> Ideally, I'd prefer dt_cg_load_var() to use 'dnp' rather than 'dst'. 
> So, in
> merging dt_cg_assoc_op() with dt_cg_load_var() the naming assoc_op uses for
> the argument should take precedence.
Sounds good.  I just posted a v2 of this patch (03/14) and the inlining 
one (07/14).  Here, I drop the refactoring and simply add the 
promotion.  In the latter patch, where assoc_op is inlined into 
load_var(), load_var() gets switched over from dst to dnp.  These 
changes have repercussions for other already reviewed patches, but the 
changes are trivial.  I won't repost those other patches unless someone 
requests them.



More information about the DTrace-devel mailing list