JITBlock.addComment

Add a no-op textual comment to the internal representation of the code. It will be optimized away, but visible in the dumps seens via JITBoolOption.DUMP_INITIAL_TREE and JITBoolOption.DUMP_INITIAL_GIMPLE.

  1. void addComment(JITLocation loc, string text)
    class JITBlock
    final
    void
    addComment
  2. void addComment(string text)

Meta