Breaking backwards compatiblity

Alex Rønne Petersen xtzgzorex at gmail.com
Sat Mar 10 07:32:05 PST 2012


On 10-03-2012 16:28, H. S. Teoh wrote:
> On Sat, Mar 10, 2012 at 04:23:43PM +0100, Adam D. Ruppe wrote:
>> On Saturday, 10 March 2012 at 15:19:15 UTC, H. S. Teoh wrote:
>>> Since when is mouse movement a stop-the-world event on Linux?
>>
>> It's a hardware interrupt. They all work that way. You have
>> to give a lot of care to handling them very quickly and
>> not letting them stack up (lest the whole system freeze).
>
> Sure, but I've never seen a problem with that.
>
>
> T
>

A GC world stop is much more severe than a simple interrupt... This 
comparison is completely insane.

-- 
- Alex


More information about the Digitalmars-d mailing list