translation.backendopt.remove_assertsΒΆ

  • name: remove_asserts
  • description: Remove operations that look like ‘raise AssertionError’, which lets the C optimizer remove the asserts
  • command-line: –translation-backendopt-remove_asserts
  • command-line for negation: –no-translation-backendopt-remove_asserts
  • option type: boolean option
  • default: False

Remove raising of assertions from the flowgraphs, which might give small speedups.

Previous topic

translation.backendopt.clever_malloc_removal_heuristic

Next topic

translation.backendopt.really_remove_asserts

This Page