On 2014/07/10 15:26:24, dusmil wrote:
Yes, we can. Also add case where number of entries does not fit in 16-bit
offset, so the li()
is not in delay slot.

If we implement two cases (i.e. li can be two instructions) then we can not
reduce the size of an entry as that must be constant:
const int Deoptimizer::table_entry_size_ = 6 * Assembler::kInstrSize;
So the code will be slightly smaller/quicker but the size of entries would not
be reduced. But I make an update with the suggested modification.


https://codereview.chromium.org/387473003/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to