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

Moves sky sprites to its own package #835

Merged
merged 1 commit into from Aug 25, 2015
Merged

Moves sky sprites to its own package #835

merged 1 commit into from Aug 25, 2015

Conversation

vlidholt
Copy link
Contributor

No description provided.

@@ -0,0 +1,8 @@
# skysprites

A minimal Sky project.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want to update the readme.

@eseidelGoogle
Copy link
Contributor

lgtm

vlidholt added a commit that referenced this pull request Aug 25, 2015
Moves sky sprites to its own package
@vlidholt vlidholt merged commit c46ff6f into flutter:master Aug 25, 2015
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
* Optimize _looksLikeClassName() in AOT builds.

The AOT compiler does not currently compile regexes to machine code,
which makes them significantly slower. The regex in this function is
perf critical and makes the dart_style benchmark 65% slower on AOT than
on the JIT.

This fixes some of that regression.

Before:

// JIT
Best   : 4.93ms ========================
Best   : 4.83ms ========================
Best   : 4.80ms ========================

// AOT
Best   : 8.33ms =========================================
Best   : 8.43ms ==========================================
Best   : 8.37ms =========================================

After:

// JIT
Best   : 4.93ms ========================
Best   : 4.83ms ========================
Best   : 4.80ms ========================

// AOT
Best   : 6.93ms ==================================
Best   : 6.87ms ==================================
Best   : 6.77ms =================================

* Don't crash if identifier is "_".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants