Re: compile-file execution time driven by `reap-pipes'

2020-05-17 Thread Ludovic Courtès
Hi Matt, Matt Wette skribis: > I'm wanted to trace down why some of my "compile-file" w/ no optimization > was tasking time. I was able to turn compile-file under statprof for one > of the moderate sized .scm files, which has about 45,000 lines of code. > It was interesting that the major execu

compile-file execution time driven by `reap-pipes'

2020-04-06 Thread Matt Wette
I'm wanted to trace down why some of my "compile-file" w/ no optimization was tasking time. I was able to turn compile-file under statprof for one of the moderate sized .scm files, which has about 45,000 lines of code. It was interesting that the major execution time consumer was reap-pipes. I'm