https://codereview.chromium.org/1109353003/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

https://codereview.chromium.org/1109353003/diff/1/src/hydrogen.cc#newcode9701
src/hydrogen.cc:9701: result->MakePrefillWithFiller();
Make prefill with filler is not the right thing here. It will
preinitialize the whole space with one word fillers. You are going to
overwrite most of them right after that. Please initialize all fields
with sane values.

https://codereview.chromium.org/1109353003/

--
--
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