search for: simit

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

Did you mean: limit
2009 Jan 15
1
[LLVMdev] Ubuntu LLVM compiled a page of Simit-ARM with errors
Hi Everyone,I am new to LLVM and I am not sure if its capable of being a compilationstrategy to accelerate Dynamic Compiled Instruction set Simulation.I have tried changing the source code of: http://simit-arm.sourceforge.net/ tocompile pages of C++ code (translated from Arm Assembly) on the fly usingllvm-g++ and it gave the following errors:In file included from/home/wanghao/Desktop/SimIt-ARM-3.0/build/include/bittypes.h:22, from/home/wanghao/Desktop/SimIt-ARM-3.0/build/include/misc....
2012 Apr 12
2
[LLVMdev] Question::ARM simulation and cross compilation.
Hello, I'm trying to evaluate the performance improvement of instruction scheduling on one of the inorder ARM processor, I was looking for ARM simulator and I found two (Simplescalar/ARM and SimIt-ARM) The code generated using llvm-2.9 and llvm-gcc and gcc 3.2. I used these command : $ llvm-gcc -O3 -o test1.bc -c --emit-llvm test1.c $ llc -O3 -o test1.s -march=arm test1.bc -mcpu=strongarm110 $ arm-linux-gcc test1.s -mcpu=strongarm110 -static -O3 -o test1 $ ./sim-uop test1 Unfortunately,...
2007 Jan 28
0
PHP sip client
Hi all, I want to write a simit sip client in PHP with asterisk API, in this moment I'm able to compose a number on my browser and call between 2 hw sip phone. I digit a number, my phone ring and after hanging up the cornet the second phone ring. But I want to add a features.... I want to hang up the cornet of my phone,...