-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daz Jones
committed
Jan 17, 2013
1 parent
b23c1bf
commit a66314e
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a66314e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, JIT isn't enabled by default? Wasn't the JIT the big thing that came with Froyo?
a66314e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing these created problems. I fixed them. ;)
a66314e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're my hero :)
a66314e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I can shed a bit more light since I had to play around with these for Skate on 4.1. Essentially the difference as far as I can tell is not made by the JIT defines but the HTTP and JS ones. They are needed otherwise they default to non chrome/v8 and this breaks android as non chrome/v8 is unsupported by android itself since 4.1 I think.