Skip to content

rbperf v0.2.0

Compare
Choose a tag to compare
@javierhonduco javierhonduco released this 16 Oct 14:56
· 46 commits to main since this release

Changes

  • Added a xtask task to generate the Ruby configuration files which contain details of its ABI we need to walk the stack rather than having all values manually generated. There's still some work to do to avoid duplication and ensure that every value is programmatically generated ec4724d;
  • Simplify the Ruby stack walker, which used to be done in two phases. This reduces the number of CPU instructions needed to walk the stack and increases the readability of the code 6f4f78c;