diff options
author | Eileen M. Uchitelle <[email protected]> | 2021-11-18 12:11:53 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-18 12:11:53 -0500 |
commit | ec574ab3453709490b53b5cc761ec158103fe42a (patch) | |
tree | 9fec6338decfd4dbb013ca3981df5159510a9bd4 /test/ruby/test_module.rb | |
parent | d48f5082e5b5af56bc9a0986eb83bb18520f4233 (diff) |
Refactor getclassvariable (#5137)
* Refactor getclassvariable
We only need the cref when we have a cache miss so don't look it up until we
need it. This speeds up class variable reads in the interpreter but
also simplifies the jit code.
Benchmarks for master vs this branch (without yjit):
Before:
```
Warming up --------------------------------------
read a cvar 1.276M i/100ms
Calculating -------------------------------------
read a cvar 12.596M (± 1.7%) i/s - 63.781M in 5.064902s
```
After:
```
Warming up --------------------------------------
read a cvar 1.336M i/100ms
Calculating -------------------------------------
read a cvar 13.114M (± 3.6%) i/s - 65.488M in 5.000584s
```
Co-authored-by: Aaron Patterson <[email protected]>
* Clean up function signatures / remove dead code
rb_vm_getclassvariable signature has changed and we don't need
rb_vm_get_cref.
Co-authored-by: Aaron Patterson <[email protected]>
Notes
Notes:
Merged-By: maximecb <[email protected]>
Diffstat (limited to 'test/ruby/test_module.rb')
0 files changed, 0 insertions, 0 deletions