search for: 400518

Displaying 13 results from an estimated 13 matches for "400518".

Did you mean: 400511
2016 May 29
0
[cfe-dev] How to debug if LTO generate wrong code?
...rgc); 400506: 8b 7d f8 mov -0x8(%rbp),%edi 400509: e8 d2 ff ff ff callq 4004e0 <global_func> 40050e: 89 45 ec mov %eax,-0x14(%rbp) t += global_arr[7]; 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax 400518: 03 45 ec add -0x14(%rbp),%eax 40051b: 89 45 ec mov %eax,-0x14(%rbp) t += static_arr[7]; 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax 400525: 03 45 ec add -0x14(%rbp),%eax 400528: 89 45 ec...
2016 May 29
4
[cfe-dev] How to debug if LTO generate wrong code?
...8b 7d f8 mov -0x8(%rbp),%edi > 400509: e8 d2 ff ff ff callq 4004e0 <global_func> > 40050e: 89 45 ec mov %eax,-0x14(%rbp) > t += global_arr[7]; > 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax > 400518: 03 45 ec add -0x14(%rbp),%eax > 40051b: 89 45 ec mov %eax,-0x14(%rbp) > t += static_arr[7]; > 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax > 400525: 03 45 ec add -0x14(%rbp),%eax > 4005...
2007 Jun 12
3
[Bug 1282] Log which key used for authentication
http://bugzilla.mindrot.org/show_bug.cgi?id=1282 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME CC|
2016 May 17
2
[cfe-dev] How to debug if LTO generate wrong code?
> On May 17, 2016, at 11:21 AM, Umesh Kalappa <umesh.kalappa0 at gmail.com> wrote: > > Steven, > > As mehdi stated , the optimisation level is specific to linker and it > enables Inter-Pro opts passes ,please refer function To be very clear: the -O option may trigger *linker* optimizations as well, independently of LTO. -- Mehdi > >
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...func(argc); 400506: 8b 7d f8 mov -0x8(%rbp),%edi 400509: e8 d2 ff ff ff callq 4004e0 <global_func> 40050e: 89 45 ec mov %eax,-0x14(%rbp) t += global_arr[7]; 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax 400518: 03 45 ec add -0x14(%rbp),%eax 40051b: 89 45 ec mov %eax,-0x14(%rbp) t += static_arr[7]; 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax 400525: 03 45 ec add -0x14(%rbp),%eax 400528: 89 45 ec...
2016 May 30
2
[cfe-dev] How to debug if LTO generate wrong code?
...8b 7d f8 mov -0x8(%rbp),%edi > 400509: e8 d2 ff ff ff callq 4004e0 <global_func> > 40050e: 89 45 ec mov %eax,-0x14(%rbp) > t += global_arr[7]; > 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax > 400518: 03 45 ec add -0x14(%rbp),%eax > 40051b: 89 45 ec mov %eax,-0x14(%rbp) > t += static_arr[7]; > 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax > 400525: 03 45 ec add -0x14(%rbp),%eax > 4005...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...8b 7d f8 mov -0x8(%rbp),%edi > 400509: e8 d2 ff ff ff callq 4004e0 <global_func> > 40050e: 89 45 ec mov %eax,-0x14(%rbp) > t += global_arr[7]; > 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax > 400518: 03 45 ec add -0x14(%rbp),%eax > 40051b: 89 45 ec mov %eax,-0x14(%rbp) > t += static_arr[7]; > 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax > 400525: 03 45 ec add -0x14(%rbp),%eax > 4005...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...func(argc); 400506: 8b 7d f8 mov -0x8(%rbp),%edi 400509: e8 d2 ff ff ff callq 4004e0 <global_func> 40050e: 89 45 ec mov %eax,-0x14(%rbp) t += global_arr[7]; 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax 400518: 03 45 ec add -0x14(%rbp),%eax 40051b: 89 45 ec mov %eax,-0x14(%rbp) t += static_arr[7]; 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax 400525: 03 45 ec add -0x14(%rbp),%eax 400528: 89 45 ec...
2016 May 30
7
[cfe-dev] How to debug if LTO generate wrong code?
...8b 7d f8 mov -0x8(%rbp),%edi > 400509: e8 d2 ff ff ff callq 4004e0 <global_func> > 40050e: 89 45 ec mov %eax,-0x14(%rbp) > t += global_arr[7]; > 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax > 400518: 03 45 ec add -0x14(%rbp),%eax > 40051b: 89 45 ec mov %eax,-0x14(%rbp) > t += static_arr[7]; > 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax > 400525: 03 45 ec add -0x14(%rbp),%eax > 4005...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...func(argc); 400506: 8b 7d f8 mov -0x8(%rbp),%edi 400509: e8 d2 ff ff ff callq 4004e0 <global_func> 40050e: 89 45 ec mov %eax,-0x14(%rbp) t += global_arr[7]; 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax 400518: 03 45 ec add -0x14(%rbp),%eax 40051b: 89 45 ec mov %eax,-0x14(%rbp) t += static_arr[7]; 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax 400525: 03 45 ec add -0x14(%rbp),%eax 400528: 89 45 ec...
2016 May 30
1
[cfe-dev] How to debug if LTO generate wrong code?
...rbp) > > int t = global_func(argc); > > 400506: 8b 7d f8 mov -0x8(%rbp),%edi > > 400509: e8 d2 ff ff ff callq 4004e0 <global_func> > > 40050e: 89 45 ec mov %eax,-0x14(%rbp) > > t += global_arr[7]; > > 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax > > 400518: 03 45 ec add -0x14(%rbp),%eax > > 40051b: 89 45 ec mov %eax,-0x14(%rbp) > > t += static_arr[7]; > > 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax > > 400525: 03 45 ec add -0x14(%rbp),%eax > > 400528: 89 45 ec mov %eax,-0x14(%rbp) > > t += global_arr_big[7]; &gt...
2016 May 30
2
[cfe-dev] How to debug if LTO generate wrong code?
...8b 7d f8 mov -0x8(%rbp),%edi > 400509: e8 d2 ff ff ff callq 4004e0 <global_func> > 40050e: 89 45 ec mov %eax,-0x14(%rbp) > t += global_arr[7]; > 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax > 400518: 03 45 ec add -0x14(%rbp),%eax > 40051b: 89 45 ec mov %eax,-0x14(%rbp) > t += static_arr[7]; > 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax > 400525: 03 45 ec add -0x14(%rbp),%eax > 4005...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...func(argc); 400506: 8b 7d f8 mov -0x8(%rbp),%edi 400509: e8 d2 ff ff ff callq 4004e0 <global_func> 40050e: 89 45 ec mov %eax,-0x14(%rbp) t += global_arr[7]; 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax 400518: 03 45 ec add -0x14(%rbp),%eax 40051b: 89 45 ec mov %eax,-0x14(%rbp) t += static_arr[7]; 40051e: 8b 04 25 dc 11 60 00 mov 0x6011dc,%eax 400525: 03 45 ec add -0x14(%rbp),%eax 400528: 89 45 ec...