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

Nick Alcock nick.alcock at oracle.com
Tue May 2 16:36:29 UTC 2023


On 2 May 2023, eugene loh spake thusly:

> From: Eugene Loh <eugene.loh at oracle.com>
>
> In commit 7e9ce1eee475 ("Promote integers to 64 bits when loaded"),
> integers were promoted to 64 bits when loaded.  Associative arrays
> were on a different code path.
>
> Add the promotion to the associative-array code path and add tests
> for different variable types.  Also, do some minor refactoring in
> dt_cg_assoc_op() in anticipation of subsequent refactoring; this
> prep work is done here to improve readability of subsequent patches.

Reviewed-by: Nick Alcock <nick.alcock at oracle.com>

Even more nice tests :) clearly I need to find a way to speed up the
test runner by parallelizing more stuff or something (at least all the
language tests don't really depend on global system state and should be
nicely parallelizable).

-- 
NULL && (void)



More information about the DTrace-devel mailing list