Chromium Code Reviews
DescriptionVM: Fix math intrinsic code.
The functions where we have intrinsics were always inlined, so the intrinsic
code was actually not used. Move these functions to the inline black list instead to
ensure the intrinsic code is used instead. Inlining these in the generic inliner would
not help anyway since they are inlined as recognized methods by the optimizer.
BUG=
R=rmacnak@google.com
Committed: https://github.com/dart-lang/sdk/commit/f26b130de953bfd69c0e13dc2a0043c1ee7e161d
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|
|||||||||||||||||||