This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug uprobes/13404] DTRACE_PROBE for more that 10 arguments needed


http://sourceware.org/bugzilla/show_bug.cgi?id=13404

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jistone at redhat dot com

--- Comment #6 from Josh Stone <jistone at redhat dot com> 2011-11-11 17:39:45 UTC ---
The only limit that I think we're close on is with -pedantic warnings on asm
string length, bug #12137.  It's noted that ppc already fails that test on the
9 and 10 arg case.  Even x86 is still close, where I think one more arg might
be ok, but two will push it over the edge.

We can write that off though -- if you need so many args, you can't use
-pedantic, sorry.  I'm not sure what the next practical limit is, maybe macro
args at 127.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]