[JAEGER] Merge from fatval branch.

This commit is contained in:
David Anderson
2010-06-03 23:04:57 -07:00
52 changed files with 677 additions and 1564 deletions

View File

@@ -452,8 +452,7 @@ mjit::Compiler::generateMethod()
BEGIN_CASE(JSOP_DOUBLE)
{
uint32 index = fullAtomIndex(PC);
JSAtom *atom = script->getAtom(index);
double d = *ATOM_TO_DOUBLE(atom);
double d = script->getConst(index).asDouble();
frame.push(Value(DoubleTag(d)));
}
END_CASE(JSOP_DOUBLE)