Re: ver 4.0 problem with SVN1222
- Posted by bernie Oct 31, 2008
- 1012 views
Matt:
I got my code down to loading and parsing in about 10 seconds.
SVN 1223 didn't make any difference so I started stripping out
and changing code.
I finally discovered that the problem was caused by the way I was
using my includes so I changed many globals to public and redesigned
my include scheme which brought the speed into a livable amount.
I have a suggestion about improving fwd-reference.
Why not have 'with fwd-ref' and 'without fwd-ref' keywords ?
In that way if a user is not using any fwd-ref in a file
they would put the fwd-ref keyword in the file and the fwd-ref scan
would skip that file.
This would increase performance and aid a user in isolating
where fwd-ref scan is spending a lot of time.
Thanks for all your patience
Bernie