"Rohit Patnaik" <[email protected]> writes: > Sorry for the delayed response. This thread got a bit lost in the shuffle. > > I'm still seeing the error on my end, using the repro steps outlined in my > original email. I just updated to the latest commit on main > (d34e34f3e6c191147ec0e1d3c0a6f9cc41bf6b6d), ran =make= and =make autoloads=, > and > used =make repro= to load start a fresh instance of Emacs with nothing loaded > except org.
make repro actually skews the profiler results, because it enables additional debugging. From you profile, I see that most of the time is spent in org-element--cache-verify-element, which is debugging-only facility. It is expected to take a long time, especially with default make repro settings. Please use make repro REPRO_DEBUG=no to get more accurate profiler readings. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
