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

JIT: remove unused flag. #1645

Merged
merged 1 commit into from Dec 3, 2014
Merged

Conversation

magumagu
Copy link
Contributor

@magumagu magumagu commented Dec 3, 2014

Cleanup; no functional change.

@FioraAeterna
Copy link
Contributor

Both this and m_enable_blr_optimization exists; which one should we keep? optimizeStack kinda makes more sense but I'm not sure if we can replace m_enable_blr_optimization with it

@magumagu
Copy link
Contributor Author

magumagu commented Dec 3, 2014

Probably not a good idea to reuse the flag for a different optimization; if anyone is digging through history, it'll get really confusing. (optimizeStack was used to control a hack that used unsafe code for loads relative to the stack pointer.)

@FioraAeterna
Copy link
Contributor

Ahhhhhhhh, I see, I didn't realize it was something different. This PR's fine then, though I'm curious why it ended up being removed (like what broke it?)

lioncash added a commit that referenced this pull request Dec 3, 2014
@lioncash lioncash merged commit 241c94d into dolphin-emu:master Dec 3, 2014
@magumagu
Copy link
Contributor Author

magumagu commented Dec 3, 2014

IIRC, fastmem made it obsolete.

@magumagu magumagu deleted the jit-unused-flag branch December 3, 2014 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants