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

Qs about chaperones tables #35

Open
bennn opened this issue Nov 3, 2022 · 1 comment
Open

Qs about chaperones tables #35

bennn opened this issue Nov 3, 2022 · 1 comment

Comments

@bennn
Copy link
Member

bennn commented Nov 3, 2022

Rebuild the chaperone tables: proc struct and vec (#12 )

Then answer these questions:

  • Why is struct makes = 38 in so many benchmarks? Is that the "zero" here? (morsecode, sieve, synth, tetris)
  • How can depth ever be 0? Does 0 mean 1 and all values should be +1'd?
  • What are the 150 proc makes in morsecode, how so many?
  • Are the old numbers post-collapsible and if so why so high: fsm = 2k vec depth, synth = 15 vec depth, forth = 42 proc depth, zombie = 749 proc depth
  • Why are the fsmoo numbers so low? Isn't depth an issue there?
@bennn
Copy link
Member Author

bennn commented May 28, 2023

struct apps = any struct access
vec apps = vector ref

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