We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here are some tips to improve Regent program compile times:
-flog profile 1
-finline 0
__forbid(__optimize)
-fjobs <N>
If all else fails, try breaking up large tasks into smaller ones and use inlining when runtime performance is important.