http://codereview.chromium.org/7350015/diff/1/src/arm/lithium-codegen-arm.cc
File src/arm/lithium-codegen-arm.cc (right):

http://codereview.chromium.org/7350015/diff/1/src/arm/lithium-codegen-arm.cc#newcode1516
src/arm/lithium-codegen-arm.cc:1516: __ nop();  // Signals no inlined
code.
On 2011/07/13 08:11:10, danno wrote:
Is it at all possible to create something like CallBinaryOpStub to
ensure that a
nop or the correct test always gets inserted? Seems like we should try
to make
it very difficult to forget to insert the nop.

I am not sure, we already have special handling in CallCodeGeneric. The
patch which had regressions is probably the right way, and if we can
find a faster way to checking whether we are calling from optimized code
or not it can all be handled in the runtime performing the patch.

http://codereview.chromium.org/7350015/

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

Reply via email to