[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: no-defsubst



>>>>> In [emacs-w3m : No.10860] Katsumi Yamaoka wrote:
> I've made the `no-defsubst' branch in the emacs-w3m CVS repository.
> There most of inline functions have been changed into the ordinary
> ones (i.e., using `defun', not `defsubst').  I think the overhead
> of funcall is not dominant in time those functions take.  I'll try
> using it for a while.

As no one commented so far, I've merged those changes into
the emacs-w3m main trunk.
Please note that you need to build emacs-w3m from scratch, i.e.,

./configure [options]; make; make install

, after updating your local copy.

Regards,