OSDN Git Service

Jit: Fix register usage bug (driveabout failure)
authorBill Buzbee <buzbee@google.com>
Fri, 29 Jan 2010 02:36:55 +0000 (18:36 -0800)
committerBill Buzbee <buzbee@google.com>
Fri, 29 Jan 2010 02:36:55 +0000 (18:36 -0800)
commit2527f5b316478d6cde6840add9fdfd5cbb87b57d
treeb2a778a4bf8d33a09cc74a5fbf58e597e50d43f6
parent5e66e98d9f12ac575093a0bb37a2ae90303bd8d9
Jit: Fix register usage bug (driveabout failure)

Some of the execute-inline templates were using r4, which wasn't in the
save set for templates.  The failing traces expected it to be live across
the template call.
vm/compiler/codegen/arm/RallocUtil.c