Comment #9 on issue 3947 by [email protected]: Simplify and unify the handling of intrinsics in the various compilers
https://code.google.com/p/v8/issues/detail?id=3947#c9

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

commit db2d31ab3b8a51eeab1cd2c44dc9bb5151e9af97
Author: svenpanne <[email protected]>
Date: Tue Mar 10 15:00:08 2015

Removed bailout-only 'implementations' of intrinsics in Crankshaft.

Doing a runtime call should always be better than totally giving up
(unless we have fullcode-only intrinsics, which we'll probably never
have).

BUG=v8:3947
LOG=n

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

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

[modify] http://crrev.com/db2d31ab3b8a51eeab1cd2c44dc9bb5151e9af97/src/bailout-reason.h [modify] http://crrev.com/db2d31ab3b8a51eeab1cd2c44dc9bb5151e9af97/src/hydrogen.cc [modify] http://crrev.com/db2d31ab3b8a51eeab1cd2c44dc9bb5151e9af97/src/hydrogen.h


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