Comment #6 on issue 3952 by [email protected]: Support for inlining builtins in TurboFan
https://code.google.com/p/v8/issues/detail?id=3952#c6

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

commit a556a104c0f2c3d9dc00c37ff3d6d93db5287354
Author: bmeurer <[email protected]>
Date: Tue Mar 10 08:37:16 2015

[turbofan] Context specialize during inlining.

Context specialization enables inlining (at least currently it is the
only enabler for inlining), but inlining enables more possibilities for
context specialization. So we really need to run them together.

This is especially important with the "module based builtins" that we're
working towards.

BUG=v8:3952
LOG=n

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

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

[modify] http://crrev.com/a556a104c0f2c3d9dc00c37ff3d6d93db5287354/src/compiler/js-inlining.cc [modify] http://crrev.com/a556a104c0f2c3d9dc00c37ff3d6d93db5287354/test/cctest/compiler/test-run-inlining.cc


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