DescriptionMIPS: Improve code generation for the HRandom instruction.
Port r16684 (e0f70aa)
Original commit message:
Since the per-context random number generator is now
properly seeded upon context creation, we do not need
to check for lazy-initialization anymore, and so we
can implement the HRandom instruction w/o having to
call into the C function (which means we don't need
to MarkAsCall anymore).
TEST=cctest/test-random
BUG=
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|