aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/alloc.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/alloc.ads')
-rw-r--r--gcc/ada/alloc.ads10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ada/alloc.ads b/gcc/ada/alloc.ads
index 13620f0..85944c9 100644
--- a/gcc/ada/alloc.ads
+++ b/gcc/ada/alloc.ads
@@ -35,7 +35,7 @@
package Alloc is
- -- The comment shows the unit in which the table is defined
+ -- The comment shows the unit in which the tables are defined
All_Interp_Initial : constant := 1_000; -- Sem_Type
All_Interp_Increment : constant := 100;
@@ -94,9 +94,11 @@ package Alloc is
Names_Initial : constant := 6_000; -- Namet
Names_Increment : constant := 100;
- Nodes_Initial : constant := 50_000; -- Atree
- Nodes_Increment : constant := 100;
- Nodes_Release_Threshold : constant := 100_000;
+ Node_Offsets_Initial : constant := 500_000; -- Atree, Nlists
+ Node_Offsets_Increment : constant := 100;
+
+ Slots_Initial : constant := 2_000_000; -- Atree
+ Slots_Increment : constant := 100;
Notes_Initial : constant := 100; -- Lib
Notes_Increment : constant := 200;