Status: Accepted
Owner: ----
CC: [email protected]
Labels: Type-Bug Priority-Medium

New issue 2029 by [email protected]: Propagate IC patching from optimized to unoptimized code
http://code.google.com/p/v8/issues/detail?id=2029

When an IC in optimized code gets patched, the type information represented in the patch is essentially lost because it is not applied to the unoptimized version of the code. This affects inlining of the function at a later time. We should propagate the type info to the unoptimized code (e.g. by applying the same IC patching there).

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to