07:40 [Coke] left 07:41 [Coke] joined 13:31 soverysour joined, soverysour left, soverysour joined 13:36 ShimmerFairy left, soverysour left, ShimmerFairy joined 15:44 soverysour joined 15:48 soverysour left
Geth MoarVM/perf_jitdump_support: 5 commits pushed by (Timo Paulssen)++ 20:16
MoarVM/main: 092f983b85 | timo++ (committed using GitHub Web editor) | 9 files
Output JITDUMP format with MVM_JIT_PERF_DUMP (#1982)

  * Output JITDUMP format with MVM_JIT_PERF_DUMP
It's a bit of a hassle, but together with `perf inject` you can now get samples along with the correct assembly code shown in `perf report`.
... (21 more lines)
21:36
timo I decided there's no reason not to have this in main
patrickb: I approved the debugserver changes pull request. would you like to merge it into main? 21:49
lizmat let me first bump MoarVM 22:13
22:27 MasterDuke joined
MasterDuke timo: do you know anything about the "deopts table"? 22:27
while compiling the settings i see a bunch of time spent in `MVM_spesh_deopt_find_inactive_frame_deopt_idx`, which is just a loop doing a linear search 22:28
gist.github.com/MasterDuke17/4b2df...030399802c has some metrics of how far into the table it looked before finding a match 22:31
looks like it isn't sorted, so can't do a smarter search 22:37
23:30 MasterDuke left