search for: prot_guideline

Displaying 3 results from an estimated 3 matches for "prot_guideline".

2016 Nov 30
0
RFC: XRay in the LLVM Library
...later to compare to a current run, so being compatible is important, but having a canonical form that can be converted to and from other forms is more important, or the comparison tools will get really messy really quickly. Hope that helps, cheers, --renato [1] http://web.expasy.org/docs/swiss-prot_guideline.html
2016 Dec 01
3
RFC: XRay in the LLVM Library
...rience simpler (they don't have to run an extra conversion step/tool) but it doesn't seem like it should make the development experience more complicated/messy/difficult. - Dave > > Hope that helps, > > cheers, > --renato > > > [1] http://web.expasy.org/docs/swiss-prot_guideline.html > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161201/c3a06b9b/attachment.html>
2016 Nov 30
5
RFC: XRay in the LLVM Library
Hi llvm-dev, Recently, we've committed the beginnings of the llvm-xray [0] tool which allows for conveniently working with both XRay-instrumented libraries as well as XRay trace/log files. In the course of the review for the conversion tool [1] which turns a binary/raw XRay log file into YAML for human consumption purposes, a question arose as to how we intend to allow users to develop tools