home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / gdb / bug / 1018 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.4 KB  |  43 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!occs.cs.oberlin.edu!jimb
  3. From: jimb@occs.cs.oberlin.edu (Jim Blandy)
  4. Subject: Emacs runs slower under GDB 4.6
  5. Message-ID: <9209030718.AA19830@occs.cs.oberlin.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 2 Sep 1992 23:18:31 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 30
  12.  
  13. Regarding my previous message which was summarized by:
  14. >Emacs 18.58 runs *much* slower under GDB 4.6 than under GDB 4.5.  I
  15. >can outtype Emacs running under GDB 4.6, but it runs at a normal speed
  16. >under GDB 4.5.
  17.  
  18. Perhaps it will be helpful to say that the speed problem only occurs
  19. when using X windows.  If I start Emacs so that it uses the termcap
  20. interface to the outside world, its speed is acceptable.  For example,
  21. suppose your display is named pogo.cs.oberlin.edu:0.0:
  22.  
  23. pogo$ gdb-4.6 -n xemacs
  24. GDB is free software and you are welcome to distribute copies of it
  25.  under certain conditions; type "show copying" to see the conditions.
  26. There is absolutely no warranty for GDB; type "show warranty" for details.
  27. GDB 4.6, Copyright 1992 Free Software Foundation, Inc...
  28. (gdb) run -nw -q
  29. Starting program: /u/src/emacs/19.0/src/xemacs -nw -q
  30.  
  31. <emacs runs fine>
  32.  
  33. Program exited normally.
  34. (gdb) run -display pogo.cs.oberlin.edu:0.0 -q
  35. Starting program: /u/src/emacs/19.0/src/xemacs -display pogo.cs.oberlin.edu:0.0 -q
  36.  
  37. <emacs runs real slow>
  38.  
  39. Program exited normally.
  40. (gdb)
  41.  
  42.  
  43.