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
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to