Skip to content
  • David Schleef's avatar
    Add handling of ORC_CODE environment variable · 03a7d6c2
    David Schleef authored
    A comma delimited string of values that control how the
    compiler works.  Possible values are "backup", which causes
    backup functions to be used instead of compiling, and "debug",
    which causes the SSE backend to create frame pointers, which
    produces slower code, but allows backtraces in a debugger.
    03a7d6c2