|
From: Jun Y. <YJ...@gm...> - 2014-01-09 22:34:34
|
Hello, I am using the function wrappers to profile some funcs in my app and I realized in the valgrind.h the max argument words macro CALL_FN_v_... supports is 7 words, instead of 12 words that CALL_FN_W_... is up to. Is there any reason why CALL_FN_v can not support more than 7 words? is it free to extend valgrind.h to support more argus? Thanks, Best, -Jun |