search for: faluire

Displaying 7 results from an estimated 7 matches for "faluire".

Did you mean: failuire
2016 Jun 25
0
Tail call optimization is getting affected due to local function related optimization with IPRA
...pq %r13 popq %r14 popq %r15 popq %rbp So that when _bitrv2 returns caller will over write callee saved register ( as per CC of that function ) to correct values. I wanted to try it out but I am not able to find correct code where I can do that. -Vivek > > There is one more case of faluire due to local function related > optimization. > I am analysing that (sorry for taking more time but I am not much good at > assembly). > > I need some hints for how to solve this. If you feel some problem with my > analyses > please let me know if you want me to send generated...
2016 Jun 25
3
Tail call optimization is getting affected due to local function related optimization with IPRA
...ld not) and when main calls makewt again then value of *ip (R14) is wrong and result into segmentation fault. Assembly code of makewt: _makewt: ... popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp jmp _bitrv2 ## TAILCALL There is one more case of faluire due to local function related optimization. I am analysing that (sorry for taking more time but I am not much good at assembly). I need some hints for how to solve this. If you feel some problem with my analyses please let me know if you want me to send generated .s file and source .c file. Since...
2016 Jun 26
3
Tail call optimization is getting affected due to local function related optimization with IPRA
...%rbp > > So that when _bitrv2 returns caller will over write callee saved register > ( as per CC of that function ) to correct values. > I wanted to try it out but I am not able to find correct code where I can > do that. > -Vivek > >> >> There is one more case of faluire due to local function related >> optimization. >> I am analysing that (sorry for taking more time but I am not much good at >> assembly). >> >> I need some hints for how to solve this. If you feel some problem with my >> analyses >> please let me know if yo...
2016 Jun 28
2
Tail call optimization is getting affected due to local function related optimization with IPRA
...pq %r15 > popq %rbp > > So that when _bitrv2 returns caller will over write callee saved register ( as per CC of that function ) to correct values. > I wanted to try it out but I am not able to find correct code where I can do that. > -Vivek > > There is one more case of faluire due to local function related optimization. > I am analysing that (sorry for taking more time but I am not much good at assembly). > > I need some hints for how to solve this. If you feel some problem with my analyses > please let me know if you want me to send generated .s file and so...
2016 Jun 27
0
Tail call optimization is getting affected due to local function related optimization with IPRA
...n _bitrv2 returns caller will over write callee saved register >> ( as per CC of that function ) to correct values. >> I wanted to try it out but I am not able to find correct code where I can >> do that. >> -Vivek >> >>> >>> There is one more case of faluire due to local function related >>> optimization. >>> I am analysing that (sorry for taking more time but I am not much good >>> at assembly). >>> >>> I need some hints for how to solve this. If you feel some problem with >>> my analyses >>&...
2016 Jun 28
0
Tail call optimization is getting affected due to local function related optimization with IPRA
...l over write callee saved >>> register ( as per CC of that function ) to correct values. >>> I wanted to try it out but I am not able to find correct code where I >>> can do that. >>> -Vivek >>> >>>> >>>> There is one more case of faluire due to local function related >>>> optimization. >>>> I am analysing that (sorry for taking more time but I am not much good >>>> at assembly). >>>> >>>> I need some hints for how to solve this. If you feel some problem with >>>&g...
2016 Jun 28
2
Tail call optimization is getting affected due to local function related optimization with IPRA
...er will over write callee saved register ( as per CC of that function ) to correct values. >>>>> I wanted to try it out but I am not able to find correct code where I can do that. >>>>> -Vivek >>>>>> >>>>>> There is one more case of faluire due to local function related optimization. >>>>>> I am analysing that (sorry for taking more time but I am not much good at assembly). >>>>>> >>>>>> I need some hints for how to solve this. If you feel some problem with my analyses >>&gt...