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

Feature request: Performance tuning option, starting with brushtail #81

Open
m1sta opened this issue Jul 25, 2013 · 0 comments
Open

Feature request: Performance tuning option, starting with brushtail #81

m1sta opened this issue Jul 25, 2013 · 0 comments

Comments

@m1sta
Copy link

m1sta commented Jul 25, 2013

Iced crosses a boundary by adding await and defer to coffeescript. Now that this boundary has been crossed we should make the most of it.

There are a number of things that javascript writers can do to substansially improve the performance of their code. It would be great if iced could automatically apply some of these for the developer transparently.

The first example I can think of is tail call optimisation. Being able to enable this via a new command line option and the integration of https://github.com/puffnfresh/brushtail would be great.

Next on the list might be function inlining.

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