Hi, i have a problem with bison, i'm using it for parse a 3d file format reading bigs files with vertex, normals and other thinks
so when i try to load a big object the memory usage increment a lot, but when i load the same file without bison the memory is OK
Example with bison: One file with 48,240 verts and 24,214 polys use in memory 35,500K
Example without bison : the same file but now use in memory only 7,424K
the question is how can i delete, free the bison stack or anything that i can to have the 7,424K???
i'm using bison and Flex.
please help me..........
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Such a question is probably too technical for this list, which treats only simple questions or questions related to the port to MS-Windows. It is perhaps best asked at the bison mailing list; see the bison homepage.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i have a problem with bison, i'm using it for parse a 3d file format reading bigs files with vertex, normals and other thinks
so when i try to load a big object the memory usage increment a lot, but when i load the same file without bison the memory is OK
Example with bison: One file with 48,240 verts and 24,214 polys use in memory 35,500K
Example without bison : the same file but now use in memory only 7,424K
the question is how can i delete, free the bison stack or anything that i can to have the 7,424K???
i'm using bison and Flex.
please help me..........
Such a question is probably too technical for this list, which treats only simple questions or questions related to the port to MS-Windows. It is perhaps best asked at the bison mailing list; see the bison homepage.