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

Review MESS code to see if em-dosbox's learnings can apply #74

Open
vitorio opened this issue Jan 26, 2014 · 0 comments
Open

Review MESS code to see if em-dosbox's learnings can apply #74

vitorio opened this issue Jan 26, 2014 · 0 comments

Comments

@vitorio
Copy link
Contributor

vitorio commented Jan 26, 2014

https://github.com/dreamlayers/em-dosbox/ is an emscripten port of DOSbox, which reveals two interesting optimizations:

https://gist.github.com/dreamlayers/8463670 as discussed here: emscripten-core/emscripten#1909

and https://github.com/dreamlayers/em-dosbox/blob/em-dosbox-0.74/src/cpu/extractfun.py as discussed in the fourth bullet point here: https://github.com/dreamlayers/em-dosbox/blob/em-dosbox-0.74/README.md#other-issues

@DopefishJustin tried applying the former patch but it didn't work without tweaks, and he didn't notice an appreciable speedup.

It would be interesting to test it more thoroughly, and to review MESS code to see if the latter method could be applied, and if it results in a speedup.

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