Re: [Gems-users] magic breakpoints in Java


Date: Wed, 15 Nov 2006 09:29:45 -0600 (CST)
From: Luke Yen <lyen@xxxxxxxxxxx>
Subject: Re: [Gems-users] magic breakpoints in Java
Shirley,

   One solution I've used is to write the magic call in a C file using
inline assembly syntax, and wrap this C file with a Java object using the
Java Native Interface.  Then you can instantiate and use this Java object
at runtime to call Simics magic calls.

  Luke


On Wed, 15 Nov 2006, Shirley Cohen wrote:

> Hi,
>
> We're trying to understand MySQL's cache behavior and are planning to
> run some TPC benchmarks on top of MySQL and Simics. We would like to
> write a Java application that will implement those benchmarks and I
> was wondering if it's possible to call a magic breakpoint from Java
> so that we can break up the traces on a per query basis?
>
> Thanks,
>
> Shirley
>
>
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.
>
[← Prev in Thread] Current Thread [Next in Thread→]