commit | 42feff164d6f4e2139e38f1557cf1455cb871771 | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Thu Sep 09 14:07:01 2010 -0700 |
committer | buzbee <buzbee@google.com> | Thu Sep 09 16:44:56 2010 -0700 |
tree | 14e9376b050a21f057603066cd39adbf58c544e5 | |
parent | d394371bd84bacc51e96e2d2eacb8549d9110b1e [diff] |
JIT: Fix inconsistent handling of sub-word instance git/put The portable interpreter and fast interpreter use 32-bit accesses for all sub-word scalars. The JIT generated code to tailor the access to the data size. It doesn't matter which approach is taken, but all interpreters & JIT must be consistent. Changing the JIT to use 32-bit accesses for all sub-word instance scalars. Fix for Issue 2973137 Change-Id: I8b1e9e6be075012c7c174728b77c7a76884975b7