Amir H. Ashouri
Amir H. Ashouri
Hi, We have modified versions of the latest PIN and MICA on Ubuntu 14 and 15 versions. As still the package is not stable, I would suggest you not to...
@thoward27 sorry for my sluggish reply. There was a recent [commit on the Makefile](https://github.com/boegel/MICA/commit/1293082a05e97854e3ccc48490d5b72e765b48bf#diff-b67911656ef5d18c4ae36cb6741b7965) which allowed the make for the latest PIN. Have you checked it out? > I've successfully...
> @amirjamez, can you explain how to pass the mica.conf file as a parameter? My efforts have not proven fruitful @thoward27 you need to have a `mica.conf` file explaining the...
Hi, You can find detailed implementation of ILP instructions, including mem_read and write here: https://github.com/boegel/MICA/blob/master/mica_itypes.cpp MICA is only a plugin for PIN. You need to refer to PIN manual: https://software.intel.com/sites/landingpage/pintool/docs/98579/Pin/doc/html/index.html...
Yes. I believe so. On Sun, May 22, 2022 at 9:51 AM william ***@***.***> wrote: > Hi, You can find detailed implementation of ILP instructions, including > mem_read and write...
Hi, Sure, you can. If you are using the tableGen.sh to generate a dataset corresponding to the type of analysis MICA generates, feel free to match the header with the...
I guess the issue is that LLVM's _clang_ as of now doesn't support nested functions and this is the issue that _gcc_ can handle by default, if not invoked by...
Thanks @brnorris03 for the reply. Yes. thats true, actually the issue is the opposite. That is Orio's orcc is not generating its perftest generated c files (namely, ___orio_perftest.c_) in standard...
For instance [here](https://github.com/mahdifani14/CHStone-Codes-Annotated-By-Orio/blob/master/_adpcm/_adpcm.c), if you change _gcc_ with _'clang'_ or _'clang -std=c99'_ or , I guess you should be able to reproduce that error as the first ___orio_perftest.c_is generated.
Thanks. Yes, that was there as an example, should be around 50 I guess :)