PureBytes Links
Trading Reference Links
|
On Sat, 26 Jun 1999, David Wieringa wrote:
> The location it stops parsing doesn't seem to be tied to a fixed line
> number. It seems to be more dependent on the code, but the issue only
> seems to arise in very long pieces of code.
Could this be around 64k? If so, perhaps they did not do the "large code"
conversion correctly. This could produce major bugs in large code, of very
strange types, even if they verify. In particular, small test code might
work correctly, but not if the code gets over some limit. This could be a
major problem...
Larry
|