Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Jul 6, 2024
1 parent 4945e37 commit 64a0a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/vernier/vernier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class RawSample {
return;
}

if (rb_during_gc()) {
if (false && rb_during_gc()) {
gc = true;
} else {
len = rb_profile_frames(0, MAX_LEN, frames, lines);
Expand Down

0 comments on commit 64a0a9b

Please sign in to comment.