https://chromiumcodereview.appspot.com/10699052/diff/5001/src/hydrogen.cc File src/hydrogen.cc (right):
https://chromiumcodereview.appspot.com/10699052/diff/5001/src/hydrogen.cc#newcode603 src/hydrogen.cc:603: if (!constant_hole_.is_set()) { On 2012/07/03 09:20:09, Michael Starzinger wrote:
Is there a particular reason we need the special handling for the hole
value?
Can't we just use GetConstant() instead of this whole block now?
No there isn't and yes we should. Fixed. https://chromiumcodereview.appspot.com/10699052/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
