aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/mips/LocalOptimizations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix an array out-of-bound read in the JIT compiler.Douglas Leung2012-08-011-4/+10
| | | | | | | | | | Without the fix the compiler is still safe since the offending memory access is a read, though the hoisted distance is non-deterministic. The easiest and safest fix is to unconditionally hoist a load when it can reach the scheduling barrier. Change-Id: I021161cb2a6e011301ab65ba62bc2a74af1cb552 Signed-off-by: Douglas Leung <douglas@mips.com>
* [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-021-0/+460
Change-Id: I9bb4f6875b7061d3ffaee73f204026cb8ba3ed39 Signed-off-by: Raghu Gandham <raghu@mips.com> Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Douglas Leung <douglas@mips.com> Signed-off-by: Don Padgett <don@mips.com>