On Mon, Jul 27, 2009 at 12:08 PM, <[email protected]> wrote:

> I just discussed this with Christian, and of cause the stack guard check
> is still present in the RegExp code - sorry about that.
>
> I still think that we should have the ability to stop while running a
> RegExp and some countermeasure for trying for to long to leave "system"
> JavaScript.


We could allow to stop while running a RegExp but now we don't have good
support for debugging RegExps. I guess infinite loop in RegExp should be
pretty
rare case as well as code that spends all time in system JS without calls to
user
code. Another alternative could be to have a flag whether the debugger
should stop
in system JS or not. Though it would complicate debugging experience for
most
users.



>
>
>
> http://codereview.chromium.org/160001
>

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to