From 463636d326e21038dcab8f2df9f46c7d6a847603 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 1 Sep 2008 18:06:28 +0000 Subject: * tool/transcode-tblgen.rb: record infos and BYTE_LOOKUPs as index of word_array to avoid relocation. * transcode.c (transcode_restartable0): add word_array to get infos and BYTE_LOOKUPs. * transcode_data.h (BYTE_LOOKUP_INFO): change return type to uintptr_t. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 02f72b8fd..2c879da90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Sep 2 03:04:33 2008 Tanaka Akira + + * tool/transcode-tblgen.rb: record infos and BYTE_LOOKUPs as index of + word_array to avoid relocation. + + * transcode.c (transcode_restartable0): add word_array to get infos + and BYTE_LOOKUPs. + + * transcode_data.h (BYTE_LOOKUP_INFO): change return type to + uintptr_t. + Tue Sep 2 02:48:30 2008 Tanaka Akira * tool/transcode-tblgen.rb: don't need to cast offsets array. -- cgit