[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
YYMAXDEPTH and stack usage
From: |
Anand Akhare |
Subject: |
YYMAXDEPTH and stack usage |
Date: |
Fri, 7 Sep 2018 11:43:53 +0530 |
Hi help-bison,
stack memory is allocated with size YYMAXDEPTH * sizeof(GLRStackItem)
and YYMAXDEPTH defaults is 10000.
Does this reflect as maximum number of tokens which means maximum
number of tokens that can be shifted is 10000 without reducing(likely to
happen in right recursion)?
Regards,
Anand
- YYMAXDEPTH and stack usage,
Anand Akhare <=