From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7630 invoked by alias); 22 Jun 2015 20:45:29 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 7576 invoked by uid 48); 22 Jun 2015 20:45:22 -0000 From: "jistone at redhat dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/18578] New: autocast function parameters Date: Mon, 22 Jun 2015 20:45:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: tapsets X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: jistone at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q2/txt/msg00198.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18578 Bug ID: 18578 Summary: autocast function parameters Product: systemtap Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: tapsets Assignee: systemtap at sourceware dot org Reporter: jistone at redhat dot com Target Milestone: --- >From PR13664: * If a dwarf-typed variable is passed as a function parameter, treat it like template/generic programming and create a separate instance of that function. - Functions with explicit typing like :long and :string could use :dwarf for this special behavior. Embedded-C functions shouldn't be allowed to use :dwarf though. (You're writing C, so cast it yourself, guru.) - This function-forking will probably duplicate a lot, but we already have mechanisms to recombine dupes in pass-3. -- You are receiving this mail because: You are the assignee for the bug.