plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 275 forks source link

append PID to temporary files used for testing #18

Closed dnet closed 9 years ago

dnet commented 9 years ago

This way, by using the -j argument of make, tests can be ran in parallel -- this requires test files to use different names to avoid race conditions. Running the tests in parallel resulted in more than 100% performance gain (5 instead of 12 seconds for the current set on my machine).

ghost commented 9 years ago

Thanks !