Sébastien Valat
Sébastien Valat
Other way is to make a command line tool to extract a list of address reusing the base C++ code and just call it from NodeJS instead of doing the...
Hi, yes we can make it without too much work, this is a really interesting use case. I had the question at FOSDEM in the audience (maybe that's you ;))....
Ok, thanks for details. So I will first provide functions you can call by linking a fake lib to your code or something similar. That might be fine for a...
Related to #20 as a second step
Should be quite simple in practice if we attach pointer to the current per thread struct to the allocated segment and just check if it is same.
Can be done via : ``` malt -o dump:onSignal=SIGINT,SIGUSR1 ./my_prgm malt -o dump:afterSeconds=10 ./my_prgm ```
Arf forgot I still need to be able to make multiple time, reopen.
User interface changed for uniformity with other options: ``` malt -o dump:on-signal=SIGINT,SIGUSR1 ./my_prgm malt -o dump:after-seconds=10 ./my_prgm ```
Thinking how to make multiple iteration viable. We can maybe add a variable to block and an atomic counter. When we block we wait all pending operations to finish and...
Nice catch. Just to link and keep track, the patch proposed is in PR #84. Thanks for reporting.