Reduce memory usage by halving the materialization threshold.

Also, functions declared with __attribute__((always_inline)) MUST be
inlined.

Note that FunctionInlining uses a heuristic to inline direct function
calls to small functions. Function size (computed by # of basic blocks
* some factors) < Inlining-threshold will be inlined.

But invoke* insn should be inlined by other means anyway.

Change-Id: I3f06ead75c78dfc83985458809311b7fa78bc1d7
2 files changed
tree: 7db4374ad2630d5d9870248c441a60e80a658502
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk