search for: puschner

Displaying 2 results from an estimated 2 matches for "puschner".

Did you mean: deschner
2007 Apr 03
0
[LLVMdev] LLVA and WCET Analysis
...possible to have a 1:1 mapping between LLVM instructions and native code instructions in the general case. That is clear, it is the same problem as it is with Java Byte Code. Some work dealing with WCET analysis of Java Byte Code already has been done: Iain Bate, Guillem Bernat, Greg Murphy, Peter Puschner: Low-Level Analysis of a Portable Java Byte Code WCET Analysis Framework Guillem Bernat, Alan Burns, Andy Wellings: Portable Worst-Case Execution Time Analysis Using Java Byte Code I just wondered if anybody did something similar for the LLVM instruction set, but apparently this seems not to be t...
2007 Apr 03
2
[LLVMdev] LLVA and WCET Analysis
On Apr 3, 2007, at 10:55 AM, Andrew Lenharth wrote: > On 4/2/07, Fabian Scheler <fabian.scheler at gmail.com> wrote: >> Hello everybody, >> >> I'm curious whether there have been any attempts to perform >> performance analysis on the LLVA level. I am interested in the >> derivation of flow-facts (loop bounds etc. - what about the >>