[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Inefficiency in Bgotoifnil byte-code instruction
From: |
Tom Tromey |
Subject: |
Re: Inefficiency in Bgotoifnil byte-code instruction |
Date: |
Mon, 09 Jul 2012 13:12:12 -0600 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) |
Stefan> Yes, as I said, I think it's OK.
How do you feel about this ChangeLog entry?
+2012-07-09 Tom Tromey <address@hidden>
+
+ * bytecode.c (BYTE_CODE_THREADED): New define.
+ (BYTE_CODES): New define. Replaces all old byte-code defines.
+ (enum byte_code_op): New.
+ (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New defines.
+ (exec_byte_code): Use new defines.
I wasn't sure if you wanted me to spell out all the Bmumble defines that
were replaced.
Tom
- Re: Inefficiency in Bgotoifnil byte-code instruction, (continued)
- Re: Inefficiency in Bgotoifnil byte-code instruction, Tom Tromey, 2012/07/02
- Re: Inefficiency in Bgotoifnil byte-code instruction, Stefan Monnier, 2012/07/03
- Re: Inefficiency in Bgotoifnil byte-code instruction, Tom Tromey, 2012/07/03
- Re: Inefficiency in Bgotoifnil byte-code instruction, Stefan Monnier, 2012/07/03
- Re: Inefficiency in Bgotoifnil byte-code instruction, Tom Tromey, 2012/07/03
- Re: Inefficiency in Bgotoifnil byte-code instruction, Aurélien Aptel, 2012/07/03
- Re: Inefficiency in Bgotoifnil byte-code instruction, Tom Tromey, 2012/07/03
- Re: Inefficiency in Bgotoifnil byte-code instruction, Stefan Monnier, 2012/07/03
- Re: Inefficiency in Bgotoifnil byte-code instruction, Tom Tromey, 2012/07/06
- Re: Inefficiency in Bgotoifnil byte-code instruction, Stefan Monnier, 2012/07/06
- Re: Inefficiency in Bgotoifnil byte-code instruction,
Tom Tromey <=
- Re: Inefficiency in Bgotoifnil byte-code instruction, Stefan Monnier, 2012/07/10
- Re: Inefficiency in Bgotoifnil byte-code instruction, John Wiegley, 2012/07/03
- Re: Inefficiency in Bgotoifnil byte-code instruction, Tom Tromey, 2012/07/06