commit | e85e631504ef12a4079f06fbf915ce0e5902b24b | [log] [tgz] |
---|---|---|
author | Scott LaVarnway <slavarnway@google.com> | Tue Aug 31 10:49:57 2010 -0400 |
committer | Scott LaVarnway <slavarnway@google.com> | Tue Aug 31 11:24:30 2010 -0400 |
tree | f2ef85ef48b8bfdc3932325ad8329fcf8da25bdc | |
parent | aaad6d1b54850d18f835624e416e0c6cacb88a1f [diff] |
Changed above and left context data layout The main reason for the change was to reduce cycles in the token decoder. (~1.5% gain for 32 bit) This layout should be more cache friendly. As a result of this change, the encoder had to be updated. Change-Id: Id5e804169d8889da0378b3a519ac04dabd28c837 Note: dixie uses a similar layout