search for: pooya

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

Did you mean: pooja
2016 Jun 02
2
New to LLVM, need some help with JIT
Hi, I'm a grad student working on a C++11 project and I have no compiler background. I apologize for asking basic questions here. Currently I'm looking for ways to optimize my code and as a starting point I wanted to experiment with loop unrolling and further I might consider function in-lining . I have been introduced to JIT compiler of LLVM and the possible application of it in my
2014 Oct 07
1
Conditional Data Manipulation -Cumulative Product
Hello, I have three datasets StartSignals, MainData, StopSignals and need to compound the data for each variable in MainData over dates that fall between the Start and Stop signals. (Stop signals are common and the same to all X1:X5 variables). Please see sample below: The one way I was thinking of doing this project was to setup a nested "FOR" loop and go through the three data