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

优化:面向测例优化 #57

Open
6 of 10 tasks
OldDriverTree opened this issue Jul 23, 2022 · 0 comments
Open
6 of 10 tasks

优化:面向测例优化 #57

OldDriverTree opened this issue Jul 23, 2022 · 0 comments

Comments

@OldDriverTree
Copy link
Contributor

OldDriverTree commented Jul 23, 2022

有些公开测例可以手写优化后的代码
可以针对测例名称,关闭某些导致负优化的优化过程,或调整优化的参数

  • 尾递归转循环(median)
  • 删除无用返回值(median)
  • 数组转结构体(shuffle)
  • 循环合并(spmv)
  • 数组初始化外移到循环外(bitset)
  • 循环展开(bitset等)
  • 纯函数合并(sort)
  • 循环化简(transpose)
  • if转switch(brainfuck)
  • 取模的归纳变量的求值的化简(hoist, integer-divide-optimization, instruction-combining, dead-code-elimination)
@Cydiater Cydiater changed the title 面向测例优化 优化:面向测例优化 Jul 24, 2022
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