Add handling of ORC_CODE environment variable
authorDavid Schleef <ds@schleef.org>
Tue, 15 Jun 2010 05:57:36 +0000 (22:57 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 15 Jun 2010 05:57:36 +0000 (22:57 -0700)
commit03a7d6c290eff523cf83375cbbd3ac374b857c4c
tree1bdadfcabad8a754053490537e853b1adb7f3cd7
parent5ed79e1d08d9ffdcfbc81a44882952b9a50c53d8
Add handling of ORC_CODE environment variable

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.
orc/orc.c
orc/orccompiler.c
orc/orccpu-arm.c
orc/orccpu-x86.c
orc/orcprogram-sse.c
orc/orcprogram.h
orc/orcutils.c
orc/orcutils.h