summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorJeff Hao <jeffhao@google.com>2015-04-28 12:11:22 -0700
committerJeff Hao <jeffhao@google.com>2015-04-28 12:11:22 -0700
commit67aea0a0b078c7f6ed780e5fafb31e9849127f79 (patch)
tree975d975358182e373e8e0903d1b9bc1da1bd71a8 /compiler/optimizing/graph_visualizer.cc
parent458d91b0f72293c9dd347feecf535db0682ccd71 (diff)
Change ddmc run-test to make new objects instead of strings.
Before, the test was creating new strings until overflowing allocations, which was half string objects and half character arrays. Now, it allocates all strings with the character data, which is larger than before, causing the test to run out of memory. Allocating only objects prevents the test from running out of memory. Change-Id: Icf3f0fd2ae847e76a9b8d5dfb762be92de16aaa3
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions