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

[SPEED] investigate options for improving compilation time in inim #23

Open
timotheecour opened this issue Jul 14, 2018 · 0 comments
Open
Projects

Comments

@timotheecour
Copy link
Contributor

timotheecour commented Jul 14, 2018

  • if there is not adverse consequence on error messages (eg if we never need to look at bufferSource), would it make sense to get the source from from stdin instead of dumping to a temp file bufferSource ? nim can read from stdin using -

  • curious also whether compiler/nimeval could speed things up (calling compiler as a library instead of shelling out)

  • just posted https://forum.nim-lang.org/t/4048 : "how to get detailed compilation timing statistics (time spent in each phase, nim=>C=>.o=>binary) ? " to see whether we can measure bottlenecks in compile time speed

@timotheecour timotheecour changed the title use nim - (reading from stdin) feature instead of writing to bufferSource [SPEED] use nim - (reading from stdin) feature instead of writing to bufferSource Jul 14, 2018
@timotheecour timotheecour changed the title [SPEED] use nim - (reading from stdin) feature instead of writing to bufferSource [SPEED] investigate options for improving compilation time in inim Jul 14, 2018
@0atman 0atman added this to Needs triage in Bug Triage Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Bug Triage
  
Needs triage
Development

No branches or pull requests

1 participant