diff options
author | David Srbecky <dsrbecky@google.com> | 2019-08-13 16:59:25 +0100 |
---|---|---|
committer | David Srbecky <dsrbecky@google.com> | 2019-08-15 07:10:32 +0000 |
commit | ac8f9369967cff7f31aca5e46db3041a3eda3dce (patch) | |
tree | e4d6c296c424c68f64fb085c1290779acb7ab455 /compiler/optimizing/graph_visualizer.cc | |
parent | ea5b4297d7748bb87a6f1133103df834ea16f227 (diff) |
JIT code cache: Don't set footprint limit for data portion.
We use code footprint limit to trigger GCs,
but we don't need it for data.
The mspace algorithm still only uses as few pages as possible.
(otherwise we would have been wasting memory as it is now)
This stops the AllocateData() from unexpectedly failing.
Test: test.py -b --host --jit
Bug: 119800099
Change-Id: I5e59c9acf335d39d733592d0666f5e987136d883
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions