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

Botched GC timings for multi-threaded programs? #1

Open
luismbo opened this issue Nov 18, 2011 · 0 comments
Open

Botched GC timings for multi-threaded programs? #1

luismbo opened this issue Nov 18, 2011 · 0 comments

Comments

@luismbo
Copy link
Owner

luismbo commented Nov 18, 2011

<nikodemus> luis: how do you detect the start/stop of GC?
<luis> nikodemus: with a big fat HACK.
<nikodemus> hah
<luis> I temporarily redefine SB-KERNEL:SUB-GC.
<nikodemus> that doesn't really give you accurate accounting when multiple
threads are running
<nikodemus> what you really want to do is to wrap SB-KERNEL::COLLECT-GARBAGE,
i think. that's called only after all other threads have been
stopped
<luis> nikodemus: that makes sense, but I'd have to check if my timings are
process-wide. I don't remember.

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

No branches or pull requests

1 participant