public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/14179] New: Reorganize the runtime to accommodate different backends
@ 2012-05-30  1:50 jistone at redhat dot com
  2012-05-30  1:51 ` [Bug runtime/14179] " jistone at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: jistone at redhat dot com @ 2012-05-30  1:50 UTC (permalink / raw)
  To: systemtap

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

             Bug #: 14179
           Summary: Reorganize the runtime to accommodate different
                    backends
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: jistone@redhat.com
    Classification: Unclassified


In order to better support new backends, especially the dyninst backend of bug
#14178, I suggest reorganizing the layout of our runtime.

First, code that is not actually built into the script module should be
separated - namely the whole /runtime/staprun/ path.  This can become its own
/staprun/ path, and the configury for this should probably be merged with the
core (since it's already interdependent code).

Then, code that is built in should be organized according to platform
dependency.  So files in the base runtime/ path should be neutral code to be
included by the translator.  Implementations that are specific to the Linux
kernel can go in runtime/linux/, and chosen by #ifdef __KERNEL__.  Code for the
Dyninst backend can go in runtime/dyninst/.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug runtime/14179] Reorganize the runtime to accommodate different backends
  2012-05-30  1:50 [Bug runtime/14179] New: Reorganize the runtime to accommodate different backends jistone at redhat dot com
@ 2012-05-30  1:51 ` jistone at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: jistone at redhat dot com @ 2012-05-30  1:51 UTC (permalink / raw)
  To: systemtap

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

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
             Blocks|                            |14178
         AssignedTo|systemtap at sourceware dot |jistone at redhat dot com
                   |org                         |

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-30  1:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-30  1:50 [Bug runtime/14179] New: Reorganize the runtime to accommodate different backends jistone at redhat dot com
2012-05-30  1:51 ` [Bug runtime/14179] " jistone at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).