v8/src/ia32
lrn@chromium.org 0c74af3d0f Fix Issue 1234.
Ensure that there is always enough bytes between consequtive calls in
unoptimized code to write a call instruction at the return points
without overlapping.

This handles the case where two return points were only four bytes
apart (because the latter call was to a register).

BUG=v8:1234

Review URL: http://codereview.chromium.org/6624091

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7089 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-03-08 11:21:38 +00:00
..
assembler-ia32-inl.h Make V8 more Valgrind-friendly. 2011-01-19 11:42:43 +00:00
assembler-ia32.cc Make sure we always have room for patching the reloc info during lazy deoptimization (fixes issue 1156). 2011-02-15 14:36:12 +00:00
assembler-ia32.h Add file left out of last commit. 2011-02-22 12:42:40 +00:00
builtins-ia32.cc Stop using plain Arrays internally in built-in functions. 2011-03-03 11:49:03 +00:00
code-stubs-ia32.cc Add MathPowStub to x64 platform, and fix error in stub on ia32 platform. 2011-02-28 14:57:14 +00:00
code-stubs-ia32.h ARM: Implement untagged input for TranscendentalCacheStub. 2011-03-02 14:40:38 +00:00
codegen-ia32-inl.h Remove complicated Math.sin and Math.cos optimizations that do not buy 2009-12-21 13:30:10 +00:00
codegen-ia32.cc Strict mode arguments do not share binding with formal parameters. 2011-03-07 19:23:46 +00:00
codegen-ia32.h Pass strict mode to eval. 2011-02-04 18:15:49 +00:00
cpu-ia32.cc Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
debug-ia32.cc Use the macro assembler Set instead of explicit xor for clearing registers. 2011-01-03 11:39:22 +00:00
deoptimizer-ia32.cc Optimize functions needing a local context. 2011-02-22 16:56:57 +00:00
disasm-ia32.cc Change the code for materializing double constants on ia32. 2011-02-09 12:39:15 +00:00
frames-ia32.cc Enhance SafeStackFrameIterator to avoid triggering assertions in debug mode. 2010-09-16 08:23:34 +00:00
frames-ia32.h Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
full-codegen-ia32.cc Strict mode arguments do not share binding with formal parameters. 2011-03-07 19:23:46 +00:00
ic-ia32.cc Assignment to read only properties throws in strict mode. 2011-03-02 04:53:43 +00:00
jump-target-ia32.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
lithium-codegen-ia32.cc ARM: Implement MathPowStub and DoMathPowHalf. 2011-03-08 10:29:40 +00:00
lithium-codegen-ia32.h Refactor polymorphic load and inline function graph construction. 2011-03-07 11:52:36 +00:00
lithium-gap-resolver-ia32.cc Port new version of ParallelMove's LGapResolver to X64. 2011-01-25 10:10:36 +00:00
lithium-gap-resolver-ia32.h Move LOperand class to lithium.h and move implementations out of .h into .cc files. 2011-01-19 13:55:56 +00:00
lithium-ia32.cc Refactor polymorphic load and inline function graph construction. 2011-03-07 11:52:36 +00:00
lithium-ia32.h Refactor polymorphic load and inline function graph construction. 2011-03-07 11:52:36 +00:00
macro-assembler-ia32.cc Fix Issue 1234. 2011-03-08 11:21:38 +00:00
macro-assembler-ia32.h Fix Issue 1234. 2011-03-08 11:21:38 +00:00
regexp-macro-assembler-ia32.cc Use the macro assembler Set instead of explicit xor for clearing registers. 2011-01-03 11:39:22 +00:00
regexp-macro-assembler-ia32.h Limit end-anchored regexps to testing end of string where possible. 2010-10-19 14:00:01 +00:00
register-allocator-ia32-inl.h Avoid more static variables in inline functions. 2009-07-17 08:22:07 +00:00
register-allocator-ia32.cc Allow build-time selection between ia32 and x86_64 in the GYP/Xcode Mac 2010-05-17 15:41:35 +00:00
register-allocator-ia32.h Change the register allocator so that it no longer tracks references 2009-05-27 07:53:47 +00:00
simulator-ia32.cc Move backend specific files to separate directories. 2009-04-23 12:06:38 +00:00
simulator-ia32.h Fix non-simulated ARM calling of RegExp code. 2011-02-16 09:18:19 +00:00
stub-cache-ia32.cc Assignment to read only properties throws in strict mode. 2011-03-02 04:53:43 +00:00
virtual-frame-ia32.cc Generalize fix for overflowing of the frame-element constant pool. 2011-03-02 11:45:31 +00:00
virtual-frame-ia32.h Generalize fix for overflowing of the frame-element constant pool. 2011-03-02 11:45:31 +00:00