|
From: Wonjoon S. <kn...@gm...> - 2012-10-01 21:48:09
|
In the example lackey, there is static VG_REGPARM(2) void trace_load(Addr addr, SizeT size); I saw a pdf http://valgrind.org/docs/iiswc2006.pdf that VG_REGPARM passes arguments using registers instead of stack. Is this inlining? If it is not, what can i do to inline functions? because it says I can improve speed using inlining. Thank you, Wonjoon |