emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#24100: closed ([PATCH 0/4] Some regex dead-code el


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24100: closed ([PATCH 0/4] Some regex dead-code elimination)
Date: Tue, 02 Aug 2016 16:07:03 +0000

Your message dated Tue, 02 Aug 2016 18:06:40 +0200
with message-id <address@hidden>
and subject line Re: [PATCH 0/4] Some regex dead-code elimination
has caused the debbugs.gnu.org bug report #24100,
regarding [PATCH 0/4] Some regex dead-code elimination
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24100: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24100
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/4] Some regex dead-code elimination Date: Thu, 28 Jul 2016 19:00:28 +0200
The first patch is just a minor cleanup, the rests bank on the
observation that Emacs only ever uses its own regex syntax.

Overall, this shrinks Emacs by over 60 kB and expecetdly also speeds
it up.

This patchest is put on top of my previous on from bug#24009.  The
whole branch can be seen at https://github.com/mina86/emacs/.

Unless there are objections, I’ve submit it in a week or so.

Michal Nazarewicz (4):
  Remove dead opcodes in regex bytecode
  Get rid of re_set_syntax
  Get rid of re_set_whitespace_regexp
  Hardcode regex syntax to remove dead code handling different syntax

 src/regex.c  | 101 ++++++++++++++++++++++++++++++++++-------------------------
 src/regex.h  |  20 ++++++++++--
 src/search.c |  17 +++-------
 3 files changed, 80 insertions(+), 58 deletions(-)

-- 
2.8.0.rc3.226.g39d4020




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 0/4] Some regex dead-code elimination Date: Tue, 02 Aug 2016 18:06:40 +0200 User-agent: Notmuch/0.19+53~g2e63a09 (http://notmuchmail.org) Emacs/25.1.50.1 (x86_64-unknown-linux-gnu)
Pushed.

-- 
Best regards
ミハウ “𝓶𝓲𝓷𝓪86” ナザレヴイツ
«If at first you don’t succeed, give up skydiving»

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]