Commit 58cd6303 by Laurynas Biveinis Committed by Laurynas Biveinis

ggc.h (ggc_min_expand_heuristic, [...]): Remove.

2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic):
	Remove.

From-SVN: r159874
parent 1dba29f8
2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic):
Remove.
2010-05-26 Richard Guenther <rguenther@suse.de> 2010-05-26 Richard Guenther <rguenther@suse.de>
* opts.c (common_handle_option): Handle OPT_Ofast. * opts.c (common_handle_option): Handle OPT_Ofast.
......
...@@ -307,8 +307,6 @@ extern void ggc_print_statistics (void); ...@@ -307,8 +307,6 @@ extern void ggc_print_statistics (void);
extern void stringpool_statistics (void); extern void stringpool_statistics (void);
/* Heuristics. */ /* Heuristics. */
extern int ggc_min_expand_heuristic (void);
extern int ggc_min_heapsize_heuristic (void);
extern void init_ggc_heuristics (void); extern void init_ggc_heuristics (void);
/* Zone collection. */ /* Zone collection. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment