Comment #3 on issue 3865 by [email protected]: Hydrogen produces invalid code
https://code.google.com/p/v8/issues/detail?id=3865#c3

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/bfe7f4af141da71aefd3af5b0733d1cb27281cf6

commit bfe7f4af141da71aefd3af5b0733d1cb27281cf6
Author: jkummerow <[email protected]>
Date: Thu Feb 05 10:28:05 2015

Fix HConstant(double, ...) constructor

It must always populate int32_value_, even if that's lossy, because other code (specifically, constant folding for truncating operations) relies on it.

BUG=v8:3865
LOG=y

Review URL: https://codereview.chromium.org/897263002

Cr-Commit-Position: refs/heads/master@{#26453}

[modify] http://crrev.com/bfe7f4af141da71aefd3af5b0733d1cb27281cf6/src/hydrogen-instructions.cc [add] http://crrev.com/bfe7f4af141da71aefd3af5b0733d1cb27281cf6/test/mjsunit/regress/regress-3865.js


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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