Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve multitasking during reflow #135

Open
GoogleCodeExporter opened this issue Apr 23, 2015 · 2 comments
Open

Improve multitasking during reflow #135

GoogleCodeExporter opened this issue Apr 23, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Throw some EventAvail()s into the reflow loop so we're not totally locking up 
the machine if we're just slow to render a page.

This is pretty easy and we should have in 9.2.1 so we can tune it if needed for 
9.2.2 (and the new layout in 9.3).

Original issue reported on code.google.com by classi...@floodgap.com on 16 Jul 2010 at 3:08

@GoogleCodeExporter
Copy link
Author

EventAvail()s tossed around where we look for Cmd-Period. While this doesn't 
allow the app to be backgrounded -- it will hang then if it was going to hang 
-- a stress test with MacSSH pointed to chargen showed that it was keeping up 
pretty well waiting for layout abort.

There is probably more we can do with this but this is good enough to make 
9.2.1.

Original comment by classi...@floodgap.com on 22 Jul 2010 at 3:54

  • Added labels: Priority-Medium
  • Removed labels: Priority-Critical

@GoogleCodeExporter
Copy link
Author

Backed out. Too much overhead for pages like RetroMacCast -- on Classic it 
really chugs and even on the 1.8 adds about 20% overhead, even with 
conservative placement. I'll reconsider this after issue 1.

Original comment by classi...@floodgap.com on 17 Aug 2010 at 2:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant