v8/src/x64
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-x64-inl.h Refactor how embedded pointers are visited. 2011-10-12 15:43:41 +00:00
assembler-x64.cc Merge experimental/gc branch to the bleeding_edge. 2011-09-19 18:36:47 +00:00
assembler-x64.h Merge experimental/gc branch to the bleeding_edge. 2011-09-19 18:36:47 +00:00
builtins-x64.cc Initialize pre-allocated fields of JSObject with undefined. 2011-09-20 10:06:23 +00:00
code-stubs-x64.cc Porting r9605 to arm (elements kind conversion in generated code). 2011-10-19 09:04:35 +00:00
code-stubs-x64.h Tighten up assertions checking GC-safety of stub calls. 2011-09-27 10:53:22 +00:00
codegen-x64.cc Add asserts to ensure that we: 2011-09-15 11:30:45 +00:00
codegen-x64.h Remove the ability to compile without logging and profiling 2011-07-13 09:09:04 +00:00
cpu-x64.cc Update valgrind.h. Codereview http://codereview.chromium.org/7468002 2011-07-22 11:22:29 +00:00
debug-x64.cc Add asserts to ensure that we: 2011-09-15 11:30:45 +00:00
deoptimizer-x64.cc Add write barrier helper for code patching and refactor stack check patching. 2011-10-18 15:07:42 +00:00
disasm-x64.cc Static state cleanup: add more consts. 2011-08-05 11:32:46 +00:00
frames-x64.cc X64 Crankshaft: Fix error in r6897. Restore context register after KeyedCallIC. Only non-trivial change is to lithium-codegen-x64.cc.Update copyright dates on all recently modified X64 platform files. 2011-02-25 13:22:38 +00:00
frames-x64.h Simplify handling of exits from with and catch. 2011-08-12 10:52:49 +00:00
full-codegen-x64.cc Replace calls_eval() by calls_non_strict_eval() where possible. 2011-10-17 15:19:34 +00:00
ic-x64.cc Porting r9605 to x64 (elements kind conversion in generated code). 2011-10-17 10:44:47 +00:00
lithium-codegen-x64.cc Make the GC aware of JSReceiver pointers in LookupResults. 2011-10-18 11:18:55 +00:00
lithium-codegen-x64.h Add write barrier helper for code patching and refactor stack check patching. 2011-10-18 15:07:42 +00:00
lithium-gap-resolver-x64.cc X64 tweaks. 2011-04-15 13:06:41 +00:00
lithium-gap-resolver-x64.h Port new version of ParallelMove's LGapResolver to X64. 2011-01-25 10:10:36 +00:00
lithium-x64.cc Fix evaluation order of GT and LTE operators. 2011-10-17 07:43:40 +00:00
lithium-x64.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-x64.cc Reimplement Function.prototype.bind. 2011-10-17 12:44:16 +00:00
macro-assembler-x64.h Reimplement Function.prototype.bind. 2011-10-17 12:44:16 +00:00
regexp-macro-assembler-x64.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-x64.h Drastically reduce the transitive dependencies of jsregexp.h, making it (almost) 2011-07-11 09:12:17 +00:00
simulator-x64.cc Added empty files in the x64 directory. 2009-05-04 07:16:10 +00:00
simulator-x64.h This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
stub-cache-x64.cc Make the GC aware of JSReceiver pointers in LookupResults. 2011-10-18 11:18:55 +00:00