beehive-lab / TornadoVM

TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
https://www.tornadovm.org
Apache License 2.0
1.18k stars 112 forks source link

Fix duplicate printing of thread info when debug is enabled #322

Closed mairooni closed 7 months ago

mairooni commented 7 months ago

Description

This PR fixes the duplicate printing of thread information. When both the flags for debugging (--debug) and thread info (--threadInfo) were enabled, the thread information was printed twice. In this PR, the thread information is printed only if the debug flag is not also enabled.

Backend/s tested

Mark the backends affected by this PR.

OS tested

Mark the OS where this PR is tested.

Did you check on FPGAs?

If it is applicable, check your changes on FPGAs.

mikepapadim commented 7 months ago

thanks @mairooni