<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi, I'm working with the #12822 task, which is a refactoring for
      the verbosity flag. It should be reimplemented in a way, similar
      to the 'optimization' flag. After studying the codebase,
      specifically <b>optLevelFlags</b>, I'm stuck with the following
      questions:</p>
    <ol>
      <li>Should I add a new data 'VerbosityFlag' similar to
        GeneralFlag, DumpFlag, etc or should I extend any of existing
        data types?</li>
      <li>How to determine a set of verbosity options to implement? Is
        grepping through all the codebase and adding corresponding
        options a good approach?</li>
    </ol>
    <p><br>
    </p>
    <p>Thanks!<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Best regards,
Sergey Bykov</pre>
  </body>
</html>