|
| 1 | +- name: "CaaS Monthly Meeting" |
| 2 | + date: 2024-03-07 17:00:00 +0200 |
| 3 | + time_cest: "17:00" |
| 4 | + connect: "[Link to zoom](https://princeton.zoom.us/j/99894195259?pwd=S1BRclMyY0NlQUx6bjBadldaU2t0UT09)" |
| 5 | + label: caas_07Mar2024 |
| 6 | + agenda: |
| 7 | + - title: "IDD – A Platform Enabling Differential Debugging" |
| 8 | + speaker: |
| 9 | + image: "https://media.licdn.com/dms/image/C4E03AQHhvshc5Qb0ow/profile-displayphoto-shrink_800_800/0/1517263864752?e=1715212800&v=beta&t=6GUx6zvVq4rz1Va5rXGnla4LfH6b8Sd6rVWt-UYgAHM" |
| 10 | + name: "Martin Vasilev" |
| 11 | + bio: | |
| 12 | + Martin Vassilev has research interest in the area of the compiler |
| 13 | + construction and analysis of complex software systems. He has obtained |
| 14 | + his PhD in 2020 in the University of Plovdiv "Paisii Hilendarski" |
| 15 | + where he continued to develop his academic career. He is now senior |
| 16 | + assistant professor in the Faculty of Mathematics and Informatics. He |
| 17 | + continues to participate into the development of open source systems |
| 18 | + like IDD and others. |
| 19 | + description: | |
| 20 | + Debugging is a very time consuming task which is not well supported by |
| 21 | + existing tools. The existing methods do not provide tools enabling |
| 22 | + optimal developers’ productivity when debugging regressions in complex |
| 23 | + systems. It is described in this presentation a possible solution aiding |
| 24 | + differential debugging. The differential debugging technique performs |
| 25 | + analysis of the regressed system and identifying the cause of the |
| 26 | + unexpected behavior by comparing to a previous version of the same |
| 27 | + system. The prototype, idd, inspects two versions of the executable – a |
| 28 | + baseline and a regressed version. The interactive debugging session runs |
| 29 | + side by side both executables and allows to examine and to compare |
| 30 | + various internal states. The architecture can work with multiple |
| 31 | + information sources comparing data from different tools. Also it will be |
| 32 | + shown how idd can detect performance regressions using information from |
| 33 | + third-party performance facilities. |
| 34 | + - title: Update |
| 35 | + speaker: Vassil Vassilev |
| 36 | + - title: Next meeting |
| 37 | + speaker: Vassil Vassilev |
| 38 | + link: 4 Apr 1700 |
| 39 | + |
1 | 40 | - name: "CaaS Monthly Meeting"
|
2 | 41 | date: 2024-02-01 17:00:00 +0200
|
3 | 42 | time_cest: "17:00"
|
|
0 commit comments