diff options
| author | Tom Tromey | 2012-07-10 08:25:22 -0600 |
|---|---|---|
| committer | Tom Tromey | 2012-07-10 08:25:22 -0600 |
| commit | 3a4c8000fba422ac9d005d29ad0c5d8becc58167 (patch) | |
| tree | e98002892caf74d3ae37828cbc51638e7105035f /src/ChangeLog | |
| parent | 8477cc7a0a14ad39ee13e4045a85df1ff2cfcd67 (diff) | |
| download | emacs-3a4c8000fba422ac9d005d29ad0c5d8becc58167.tar.gz emacs-3a4c8000fba422ac9d005d29ad0c5d8becc58167.zip | |
Implement token threading
* bytecode.c (BYTE_CODE_THREADED): New macro.
(BYTE_CODES): New macro. Replaces all old byte-code defines.
(enum byte_code_op): New type.
(CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros.
(exec_byte_code): Use them. Use token threading when applicable.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b0f000cadd0..1c451168e15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-07-10 Tom Tromey <tromey@redhat.com> | ||
| 2 | |||
| 3 | * bytecode.c (BYTE_CODE_THREADED): New macro. | ||
| 4 | (BYTE_CODES): New macro. Replaces all old byte-code defines. | ||
| 5 | (enum byte_code_op): New type. | ||
| 6 | (CASE, NEXT, FIRST, CASE_DEFAULT, CASE_ABORT): New macros. | ||
| 7 | (exec_byte_code): Use them. Use token threading when applicable. | ||
| 8 | |||
| 1 | 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru> | 9 | 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 10 | ||
| 3 | Optimize pure C strings initialization. | 11 | Optimize pure C strings initialization. |