This is the mail archive of the systemtap@sources.redhat.com 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]

some more code in CVS


Hi -


I committed some new code into the CVS repository, to build upon the
parser from a few weeks back.  The new code performs some semantic
analysis of the parse trees, to resolve symbols and to infer data
types of variables and subexpressions.  The testsuite files give
a taste of what it can do. 

The processed data is almost enough to start emitting a translation.
Amongst the next missing bits to do:
- support for builtin functions, variables (e.g. to refer to 
  target side values)
- beginnings of the machinery to interpret probe point specifications
  and map them tp kprobes address expressions


- FChE


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