Runge-Kutta for Coupled Ordinary Differential Equations -- Using LLDB to inspect C++ source code

Einsteinzee
Einsteinzee
15 بار بازدید - 4 ماه پیش - This video shows the basics
This video shows the basics of using LLDB on MacOS to inspect C++ source code. Our aim was NOT to debug an issue in our source code but to gain more insight on how things work behind the scenes when you write C++ code. We tried to write a very simple C++ code and looked at its impact on hardware level. In other words, we tried to gain insight on how primitive and custom data types are laid out in memory, what happens when function calls happen in the source code, how to manipulate data directly in memory and other fun stuff. Of course I forgot to mention about the built-in interactive python interpreter in LLDB which is very useful :). Note that same principles can be applied in High Performance Computing(HPC) and inspection of large code bases.
4 ماه پیش در تاریخ 1403/03/12 منتشر شده است.
15 بـار بازدید شده
... بیشتر