commit | 9a195c922e1240716e4faf610fed21cc3f7f6fac | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Fri Sep 16 13:26:02 2011 -0700 |
committer | buzbee <buzbee@google.com> | Fri Sep 16 14:07:45 2011 -0700 |
tree | fa20b3efc72e97fac75cb1b39449df028c55023b | |
parent | 141e68b26eddbb83d243797d3e1c99ed00c7828d [diff] |
Fix array-put-object Change CanPutArrayElementFromCode to take an object and a class, rather than two classes. This allows the generated code to skip the null check on the element (I believe this was the plan all along, but I must have forgotten and the current codegen was dereferencing the element to find it's class without checking for NULL). Change-Id: I11865e0e625ab0e800718398fd911733718e6ce9