--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/v8-dev/b4a77d25-21f9-4a0d-a467-8cbe48275bfbn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/v8-dev/CAPAU7RyGTVCKFUgJoTiDH546up4d8qJ4fQCr8aTKFBVtxUt%2BoQ%40mail.gmail.com.
Darius Mercadier
Software Engineer
Google Germany GmbH
Erika-Mann-Straße 33
80636 München
Geschäftsführer: Paul Manicle, Liana Sebastian
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Diese E-Mail ist vertraulich. Falls Sie diese fälschlicherweise erhalten haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter, löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen, dass die E-Mail an die falsche Person gesendet wurde.
This e-mail is confidential. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let me know that it has gone to the wrong person.
what is the upper bound for interrupt latency? If we have an inner loop, without calls, I would assume we could have a reasonable number of instructions and iterations before that latency would be adversely affected?
what is the upper bound for interrupt latency? If we have an inner loop, without calls, I would assume we could have a reasonable number of instructions and iterations before that latency would be adversely affected?Yes, interrupting doesn't need to be immediate. There are situations where users can observe the latency of interrupting a long-running loop, so it should be something that a human perceives as fast. To give numbers, I'd aim for no more than 10ms latency on fast hardware, so that it won't be more than 100ms on slow hardware. If an order of magnitude less than this upper bound can be achieved without significant drawbacks, that's even better.
--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/v8-dev/CAKSzg3Rj%2Bk8GwTsECE-mRDWweU5g_kAHm1QV2_K%3DBkjmf4zAUQ%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/v8-dev/ed4481f2-d40a-49bf-81d7-31903eae9877n%40googlegroups.com.