From: Eli Zaretskii <eliz@gnu.org>
To: Dmitry Gutov <dgutov@yandex.ru>,
Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 57245@debbugs.gnu.org
Subject: bug#57245: 29.0.50; M-> in a large XML file (without long lines) is slow
Date: Tue, 16 Aug 2022 19:54:54 +0300 [thread overview]
Message-ID: <83tu6cdt7l.fsf@gnu.org> (raw)
In-Reply-To: <18035574-1b50-62f4-7605-8cdb33204535@yandex.ru> (message from Dmitry Gutov on Tue, 16 Aug 2022 17:33:58 +0300)
> Date: Tue, 16 Aug 2022 17:33:58 +0300
> From: Dmitry Gutov <dgutov@yandex.ru>
>
> Prerequisite: Have an XML file that is 20 MB in size, and doesn't have
> long lines.
>
> Or follow steps 1-3 to create one.
>
> 1. wget -o large-file.xml
> https://updates.drupal.org/release-history/drupal/current
> 2. M-% /> RET ^J/> RET (to break up the long line into smaller pieces)
> 3. Select the contents of the file and copy them over and over for 99
> times. Alternatively, copy them 9 times, then select the result, and
> copy it 9 times as well. Save the buffer.
>
> (To try to keep XML valid -- not sure if necessary -- you can only
> perform the copying operation on the contents of the <releases> tag. But
> that's probably not important. I did that, though.)
>
> 4. Kill the buffer and re-visit it again. Press M->.
> 5. Note the delay.
>
> Here's the profiler output:
>
> 1397 95% - command-execute
> 1397 95% - call-interactively
> 1338 91% - funcall-interactively
> 1331 90% - end-of-buffer
> 1327 90% - recenter
> 1327 90% - jit-lock-function
> 1327 90% - jit-lock-fontify-now
> 1327 90% - jit-lock--run-functions
> 1327 90% - run-hook-wrapped
> 1327 90% - #<compiled -0x14ecf3ff276f01c3>
> 1327 90% - font-lock-fontify-region
> 1327 90% - font-lock-default-fontify-region
> 1327 90% - nxml-extend-region
> 845 57% - skip-syntax-forward
> 845 57% - internal--syntax-propertize
> 845 57% - syntax-propertize
> 845 57% - nxml-syntax-propertize
> 845 57% - sgml-syntax-propertize
> 842 57% - #<compiled 0x1894bdc3ad4ca90>
> 479 32% sgml--syntax-propertize-ppss
> 3 0% syntax-ppss
> 482 32% - nxml-move-outside-backwards
> 482 32% - nxml-inside-start
> 482 32% syntax-ppss
> 7 0% + execute-extended-command
> 59 4% + byte-code
> 59 4% + ...
> 10 0% + timer-event-handler
>
Thanks. It looks like some problem in nXML mode or in syntax.c or in
how nXML uses the syntax stuff. Maybe the code there is simply not
scalable.
Stefan, can you see why syntax-related stuff in sgml-mode is so heavy
here? What the above profile doesn't show is that this code creates
tons of garbage, so GC is called a lot, and adds its share of
slowdown.
next prev parent reply other threads:[~2022-08-16 16:54 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-16 14:33 bug#57245: 29.0.50; M-> in a large XML file (without long lines) is slow Dmitry Gutov
2022-08-16 16:54 ` Eli Zaretskii [this message]
2022-08-16 18:40 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-16 18:59 ` Eli Zaretskii
2022-08-16 19:32 ` Dmitry Gutov
2022-08-16 20:22 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-16 20:49 ` Dmitry Gutov
2022-08-16 21:45 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-16 22:20 ` Dmitry Gutov
2022-08-17 11:36 ` Eli Zaretskii
2022-08-17 11:46 ` Dmitry Gutov
2022-08-17 12:16 ` Eli Zaretskii
2022-08-17 12:30 ` Dmitry Gutov
2022-08-17 12:33 ` Eli Zaretskii
2022-08-17 12:46 ` Dmitry Gutov
2022-08-17 11:24 ` Eli Zaretskii
2022-08-17 12:14 ` Dmitry Gutov
2022-08-17 12:20 ` Eli Zaretskii
2022-08-17 12:40 ` Dmitry Gutov
2022-08-17 13:20 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83tu6cdt7l.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=57245@debbugs.gnu.org \
--cc=dgutov@yandex.ru \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.