Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Debugging Optimized x64 Code в хорошем качестве

Debugging Optimized x64 Code 8 лет назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



Debugging Optimized x64 Code

The younger generation of programmers often has little or no exposure to assembly. The few universities that cover assembly spend little time on it, and rarely teach it enough to be able to debug problems with it, and online resources are hard to come by. This talk starts from the ground up, first demystifying the x64 assembler syntax and then presenting a series of techniques for understanding optimized programs. Leave questions or comments below or on my Twitter:   / vinobs   or at my email: [email protected] REFERENCES =========== TIS-100 http://www.zachtronics.com/tis-100/ Sum example code https://gist.github.com/BSVino/06421c... Factorial example code https://gist.github.com/BSVino/db0806... Widget/Doodad example code https://gist.github.com/BSVino/585d4c... EntityList example code https://gist.github.com/BSVino/d76542... FP exception example code https://gist.github.com/BSVino/a0101a... Memory patching example code https://gist.github.com/BSVino/fedd45... MDN SIMD article https://developer.mozilla.org/en-US/d... Copperman, M - Debugging Optimized Code Without Being Misled https://people.eecs.berkeley.edu/~fat... Tips on Debugging Optimized Code http://www.stlinux.com/devel/debug/jt... MSDN - Register Usage https://msdn.microsoft.com/en-us/libr... MSDN - How To: Debugging Optimized Code https://msdn.microsoft.com/en-us/libr... MSDN - Parameter Passing https://msdn.microsoft.com/en-us/libr... MSDN - Caller/Callee saved registers https://msdn.microsoft.com/en-us/libr... MSDN - Debugging a release build https://msdn.microsoft.com/en-us/libr... System V Application Binary Interface http://people.freebsd.org/~obrien/amd... Ruskin, E - Forensic Debugging: How To Autopsy, Repair, and Reanimate a Release-built Game http://www.gdcvault.com/play/1014351/... The Intel Intrinsics Guide https://software.intel.com/sites/land...

Comments