https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68331

--- Comment #4 from vries at gcc dot gnu.org ---
(In reply to vries from comment #3)
> (In reply to vries from comment #1)
> > java/.libs/util.o 
> 
> After 39 mins of runtime (and at ~1GB of memory usage), we have these stats:
> ...

And after 1hr of runtime (and at ~1.2GB) when solve_graph is done, we have:
...
(gdb) p stats
$20 = {
  total_vars = 49735,
  nonpointer_vars = 1490,
  unified_vars_static = 12847,
  unified_vars_dynamic = 19291,
  iterations = 11,
  num_edges = 230033242,
  num_implicit_edges = 75418,
  points_to_sets_created = 1907
}
...

Reply via email to