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

Better precompiled code for vector_math code #26628

Open
4 tasks
fsc8000 opened this issue Jun 7, 2016 · 0 comments
Open
4 tasks

Better precompiled code for vector_math code #26628

fsc8000 opened this issue Jun 7, 2016 · 0 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-enhancement A request for a change that isn't a bug

Comments

@fsc8000
Copy link
Contributor

fsc8000 commented Jun 7, 2016

Meta-issue to track progress on various performance issues. Here is a non-exhaustive list of things that would help:

  • Sink allocations of temporary (Vector, TypedData) objects
  • Avoid overhead of boxing doubles
  • Inline common operations like [] and []=
  • Reduce overhead of calls in general (e.g. by passing arguments in registers)
@fsc8000 fsc8000 added the area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. label Jun 7, 2016
@fsc8000 fsc8000 self-assigned this Jun 7, 2016
@zanderso zanderso added the type-enhancement A request for a change that isn't a bug label Nov 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants