home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / modula2 / 1718 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.2 KB  |  38 lines

  1. Newsgroups: comp.lang.modula2
  2. From: tchannon@black.demon.co.uk (Tim Channon)
  3. Path: sparky!uunet!pipex!demon!black.demon.co.uk!tchannon
  4. Subject: Re: JPI Compiler bug?
  5. Reply-To: tchannon@black.demon.co.uk
  6. Distribution: world
  7. X-Mailer: cppnews $Revision: 1.20 $
  8. Organization: null
  9. Lines: 23
  10. Date: Thu, 21 Jan 1993 00:05:24 +0000
  11. Message-ID: <727599924snx@black.demon.co.uk>
  12. Sender: usenet@demon.co.uk
  13.  
  14. > Same here. I imported a my own ALLOCATE but NEW did not use it.
  15. > May be it is a bug after all?
  16.  
  17. Well, I am not sure what I did, you got a different effect so over to tech 
  18. support...  what is the correct usage?
  19.  
  20.  
  21. BTW V3.1 is still working fine. The only noticable change is the code 
  22. generation leading to a small speed gain. On examining some code I was 
  23. surprised at the efficiency of the thing, handcoded assembler wouldn't have 
  24. gained much. Well done Clarion.
  25.  
  26. There is an oddity with VID (which hasn't crashed so far, it wasn't common but 
  27. it did occasionally) involves incorrect breakpoint handling, for example:
  28.  
  29.   IF x THEN
  30. a   y;
  31. b ELSE
  32.  
  33. A breakpoint at (a) will not do anything, so it must be put at (b)!
  34.  
  35.   TC. 
  36.     E-mail: tchannon@black.demon.co.uk or tchannon@cix.compulink.co.uk
  37.                                 
  38.