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

logs improvements #12944

Merged
merged 1 commit into from
Nov 28, 2022
Merged

logs improvements #12944

merged 1 commit into from
Nov 28, 2022

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Nov 12, 2022

  • Do not use unsafe pointer arithmetics exceeding existing memory. (exceeding m_fptr)
  • Properly use the entire 32MB of the buffer, previously only 16MB were used for concurrent access.
  • Fix a bug occurring after attempting to push 1TB (40 bits).
  • Flush the log before hitting a debugging breakpoint.

@elad335 elad335 force-pushed the patch-6 branch 7 times, most recently from 1ec3a23 to f268ac9 Compare November 12, 2022 11:04
@elad335 elad335 marked this pull request as draft November 12, 2022 12:13
@elad335 elad335 marked this pull request as ready for review November 12, 2022 12:21
@elad335 elad335 marked this pull request as draft November 12, 2022 13:11
@elad335 elad335 marked this pull request as ready for review November 12, 2022 14:51
rpcs3/util/logs.cpp Outdated Show resolved Hide resolved
* Do not use unsafe pointer arithmetics exceeding existing memory. (exceeding m_fptr)
* Properly use the enire 32MB of the buffer, previously only 16MB were used for cuncurrent access.
* Fix a bug occurring after attempting to push 1TB (40 bits).
* Flush the log before hitting a debugging breakpoint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants