Highlights
- 3 discussions answered
Pinned
3,674 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 97 commits in 11 repositories
Created a pull request in mame/optcarrot that received 7 comments
Cleanup PPU Fiber in NES#dipose
Otherwise, each Optcarrot::NES.new.run would leak one Fiber.
Several people benchmarking Optcarrot used this pattern, to ensure the exact same wor…
+15
−3
•
7
comments
Opened 9 other pull requests in 6 repositories
rbenv/ruby-build
3
merged
Shopify/yjit-bench
2
merged
mame/optcarrot
1
closed
rvm/rvm
1
merged
CanCanCommunity/cancancan
1
merged
ruby/setup-ruby
1
merged
Reviewed 8 pull requests in 7 repositories
Shopify/yjit-bench
2 pull requests
rbenv/ruby-build
1 pull request
rvm/rvm
1 pull request
ruby/spec
1 pull request
oracle/truffleruby
1 pull request
ruby/ruby-builder
1 pull request
eregon/ruby-build
1 pull request
Created an issue in Shopify/yjit-bench that received 3 comments
The OptCarrot benchmark used in this repo leaks Fibers
I noticed the OptCarrot benchmark used in this repo does something quite unusual: yjit-bench/benchmarks/optcarrot/benchmark.rb Lines 4 to 8 in 6…
3
comments