http://codereview.chromium.org/7585006/diff/1/src/arm/deoptimizer-arm.cc File src/arm/deoptimizer-arm.cc (right):
http://codereview.chromium.org/7585006/diff/1/src/arm/deoptimizer-arm.cc#newcode96 src/arm/deoptimizer-arm.cc:96: #ifdef DEBUG There must be a better fix than this. The patcher is designed to treat an existing code object like a macro assembler buffer, and overwrite exactly N bytes. The assert is that we overwrote too few bytes. This fix just disables the assert at this site. Is it possible to change patch_size() to give the correct answer in this case? http://codereview.chromium.org/7585006/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
