diff options
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. |