[JAEGER] Enabled SETPROP PIC, slow path now takes property cache.

This commit is contained in:
David Anderson
2010-06-21 19:41:29 -07:00
parent 5af05f7bac
commit 18a6deb5d7
2 changed files with 1 additions and 12 deletions

View File

@@ -1967,9 +1967,6 @@ mjit::Compiler::jsop_getprop(uint32 atomIndex)
void
mjit::Compiler::jsop_setprop(uint32 atomIndex)
{
jsop_setprop_slow(atomIndex);
#if 0
FrameEntry *lhs = frame.peek(-2);
FrameEntry *rhs = frame.peek(-1);
@@ -2088,7 +2085,6 @@ mjit::Compiler::jsop_setprop(uint32 atomIndex)
}
pics.append(pic);
#endif
}
#else /* ENABLE_PIC */