]> git.eshelyaron.com Git - emacs.git/commit
Use cheaper string constructors
authorMattias EngdegÄrd <mattiase@acm.org>
Tue, 9 Jul 2024 08:01:03 +0000 (10:01 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:51:16 +0000 (19:51 +0200)
commitbafb12891cfb2e55e1fab7185116eff1aa0c28e6
tree1c722e5878215c2a592a5c952ace831562068df9
parent885b834aa3644fcad2541f4aaddc52cc4cf60710
Use cheaper string constructors

* src/coding.c (make_string_from_utf8):
* src/fileio.c (file_name_directory):
* src/lread.c (Fintern):
* src/gnutls.c (Fgnutls_format_certificate):
Use `make_multibyte_string` and `make_unibyte_string` instead of
more expensive `make_specified_string` and `make_string_from_bytes`.

(cherry picked from commit 7e358aa706f9dbfce24304e8a05904538615537f)
src/coding.c
src/fileio.c
src/gnutls.c
src/lread.c