DescriptionRegExpMacroAssembler::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
Committed: http://code.google.com/p/v8/source/detail?r=9697
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|