summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/CodegenFactory.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2011-10-27 13:06:03 -0700
committer buzbee <buzbee@google.com> 2011-10-27 13:10:05 -0700
commitcc4540ece917ef4b5c81ee684e3294e47e49ff5b (patch)
treea43560b6c3f70708cad676476e7aca395c10e337 /src/compiler/codegen/CodegenFactory.cc
parentbaba887a4f5d2a454ab3f8f36a26346f8fdd0670 (diff)
Add slow path for OP_NEW_INSTANCE
If the type is unresolved at verification time, we can't be sure it's a valid new. The compiler will now check for type resolution at compile time. If unresolved, we'll call out to the slow path, where the access check will take place. This CL only contains the compiler portion of this change. For now, the slow path code just calls out to the normal routine. Change-Id: Ia568a164389baedaa695a44f6845a0fdfe585b56
Diffstat (limited to 'src/compiler/codegen/CodegenFactory.cc')
0 files changed, 0 insertions, 0 deletions