v8/src/ia32
vegorov@chromium.org e27d8fcbdc RegExpMacroAssembler::CheckStackGuardState should update input string pointer when it is moved or changed by GC.
If input string was cons-string it might undergo short-circuiting during GC. This does not change input start if underlying seq-string (first element of cons-string) does not move but this makes input-string pointer on the native regexp's frame invalid.

R=lrn@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9697 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-10-19 11:01:02 +00:00
..
assembler-ia32-inl.h Refactor how embedded pointers are visited. 2011-10-12 15:43:41 +00:00
assembler-ia32.cc Clean up the x86 assembler API. 2011-10-03 11:44:39 +00:00
assembler-ia32.h Clean up the x86 assembler API. 2011-10-03 11:44:39 +00:00
builtins-ia32.cc Clean up the x86 assembler API. 2011-10-03 11:44:39 +00:00
code-stubs-ia32.cc Reimplement Function.prototype.bind. 2011-10-17 12:44:16 +00:00
code-stubs-ia32.h Clean up the x86 assembler API. 2011-10-03 11:44:39 +00:00
codegen-ia32.cc Clean up the x86 assembler API. 2011-10-03 11:44:39 +00:00
codegen-ia32.h Remove the ability to compile without logging and profiling 2011-07-13 09:09:04 +00:00
cpu-ia32.cc Fix compilation error in ia32 platform valgrind tests. Error was introduced in r8721. 2011-07-25 06:58:54 +00:00
debug-ia32.cc Clean up the x86 assembler API. 2011-10-03 11:44:39 +00:00
deoptimizer-ia32.cc Add write barrier helper for code patching and refactor stack check patching. 2011-10-18 15:07:42 +00:00
disasm-ia32.cc Merge experimental/gc branch to the bleeding_edge. 2011-09-19 18:36:47 +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 Simplify handling of exits from with and catch. 2011-08-12 10:52:49 +00:00
full-codegen-ia32.cc Replace calls_eval() by calls_non_strict_eval() where possible. 2011-10-17 15:19:34 +00:00
ic-ia32.cc Fix evaluation order of GT and LTE operators. 2011-10-17 07:43:40 +00:00
lithium-codegen-ia32.cc Make the GC aware of JSReceiver pointers in LookupResults. 2011-10-18 11:18:55 +00:00
lithium-codegen-ia32.h Eliminate write barrier for global stores at compile time if value stored is a smi. 2011-10-14 07:45:18 +00:00
lithium-gap-resolver-ia32.cc Generate shorter instruction forms for constant in ia32 gap resolver. 2011-07-08 09:08:12 +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 Fix evaluation order of GT and LTE operators. 2011-10-17 07:43:40 +00:00
lithium-ia32.h Eliminate write barrier for global stores at compile time if value stored is a smi. 2011-10-14 07:45:18 +00:00
macro-assembler-ia32.cc Reimplement Function.prototype.bind. 2011-10-17 12:44:16 +00:00
macro-assembler-ia32.h Reimplement Function.prototype.bind. 2011-10-17 12:44:16 +00:00
regexp-macro-assembler-ia32.cc RegExpMacroAssembler::CheckStackGuardState should update input string pointer when it is moved or changed by GC. 2011-10-19 11:01:02 +00:00
regexp-macro-assembler-ia32.h Drastically reduce the transitive dependencies of jsregexp.h, making it (almost) 2011-07-11 09:12:17 +00:00
simulator-ia32.cc Move backend specific files to separate directories. 2009-04-23 12:06:38 +00:00
simulator-ia32.h This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
stub-cache-ia32.cc Make the GC aware of JSReceiver pointers in LookupResults. 2011-10-18 11:18:55 +00:00