+ Reply to Thread
Page 1 of 4 1 2 3 4 LastLast
Results 1 to 15 of 57
  1. #1
    offline Maybe Modder
    Join Date
    Jul 2010
    Posts
    44
    Thanks
    4
    Thanked 31 Times in 14 Posts
    Downloads
    2
    Uploads
    0

    Hey, check this out, JIT~

    Don't know why there's nobody talking about "JIT" in this forum. Maybe I miss something. Anyway, I found this on xda: [JIT] JIT enabled.. Works on most 2.1 sprint leak roms - xda-developers

    I did what it said. Seems like I now have JIT. Well, what I feel is that it takes less time to boot up.
    See the benchmarks in the attachments.
    Attached Images

  2. 10 Users Say Thank You to yyhl For This Useful Post

    cybrphantom (08-11-2010), Danation (08-11-2010), iKhaos (08-11-2010), JBoogie3 (09-08-2010), lackobrain (08-11-2010), sublime1184 (08-11-2010), sudo.adam (08-11-2010), tddriskill (08-11-2010), toxigenicpoem (08-13-2010), william55561 (08-11-2010)

  3. #2
    sudo.adam's Avatar
    offline Maybe Modder
    Join Date
    Jul 2010
    Posts
    40
    Thanks
    28
    Thanked 40 Times in 6 Posts
    Downloads
    3
    Uploads
    0
    That's impressive! Good find!

    EDIT: Did you just use the files from that thread?

    Did you try this on your CLIQ? I tried it and got this:

    BEFORE:


    AFTER:


    It works!!!!
    Last edited by sudo.adam; 08-11-2010 at 02:20 PM.

  4. 2 Users Say Thank You to sudo.adam For This Useful Post

    cybrphantom (08-11-2010), Danation (08-11-2010)

  5. #3
    offline So I Hear You Can Mod
    Join Date
    Feb 2010
    Posts
    169
    Thanks
    65
    Thanked 16 Times in 13 Posts
    Downloads
    14
    Uploads
    0
    that and what rom did u do it with?

  6. #4
    Danation's Avatar
    offline public static final boolean isEvil() { return true; }
    Join Date
    Oct 2008
    Posts
    6,878
    Thanks
    4,381
    Thanked 3,381 Times in 2,117 Posts
    Downloads
    3
    Uploads
    0
    Quote Originally Posted by yyhl View Post
    Seems like I now have JIT.
    You, sir, are the man. Great find!

    My linpack results:

    Before: 2.299
    After: 3.735

    On Eclair2Cliq Beta1.

    This is pretty leJIT (horrible humor, I know.)
    Last edited by Danation; 08-11-2010 at 03:02 PM.

    __.__I have retired. If you PM me, I may not reply.

  7. The Following User Says Thank You to Danation For This Useful Post:

    AcexDestroyer (08-16-2010)

  8. #5
    Double0EK's Avatar
    online Call Me THE Mobile Modder
    Join Date
    Apr 2010
    Location
    Las Vegas, NV
    Posts
    2,069
    Thanks
    337
    Thanked 465 Times in 366 Posts
    Downloads
    22
    Uploads
    0
    Has anyone noticed any problems with JIT running? FC's issues, certain apps not working correctly, bootloops? Really interested in running JIT but need a little more feedback. Please if anyone has any issues i would like for them to share and which ROM/s you guys are using.
    Also does it matter if the ROM is deodexed or odexed while trying to run JIT.

  9. #6
    sublime1184's Avatar
    offline Retired Moderator
    Join Date
    Apr 2008
    Location
    Chicago, IL
    Posts
    3,739
    Thanks
    3,314
    Thanked 2,121 Times in 1,342 Posts
    Downloads
    49
    Uploads
    1
    nice find, I'm gonna have to try this.

  10. #7
    offline Of Mice and Modders
    Join Date
    Jan 2010
    Posts
    54
    Thanks
    19
    Thanked 9 Times in 3 Posts
    Downloads
    27
    Uploads
    0
    You are the man!

  11. #8
    offline Maybe Modder
    Join Date
    Jul 2010
    Posts
    24
    Thanks
    0
    Thanked 3 Times in 3 Posts
    Downloads
    10
    Uploads
    0
    what exactly is JIT?

  12. #9
    j_r0dd's Avatar
    offline Developer
    Join Date
    Nov 2009
    Location
    FLA
    Posts
    2,182
    Thanks
    570
    Thanked 2,763 Times in 739 Posts
    Downloads
    65
    Uploads
    11
    Nice! Not the 550% increase I got with my n1 but anything is better. wonder where those libs came from
    Nexus S: CM7.1 Kang w/Voodoo
    Backflip: CM7.1
    Cliq: CM7.1
    Follow me on Twitter
    If you like something I have done & want to buy me a RedBull click HERE

  13. #10
    Danation's Avatar
    offline public static final boolean isEvil() { return true; }
    Join Date
    Oct 2008
    Posts
    6,878
    Thanks
    4,381
    Thanked 3,381 Times in 2,117 Posts
    Downloads
    3
    Uploads
    0
    Quote Originally Posted by Double0EK View Post
    Has anyone noticed any problems with JIT running? FC's issues, certain apps not working correctly, bootloops? Really interested in running JIT but need a little more feedback. Please if anyone has any issues i would like for them to share and which ROM/s you guys are using.
    Also does it matter if the ROM is deodexed or odexed while trying to run JIT.
    Well, I've only had it going for a few hours, but I haven't noticed any problems so far.

    The first bootup did take a little while (I think because the dalvik cache must be cleared) but nothing worrysome.

    LauncherPro and some standard apps don't seem to be improved, but the default SMS app and Swype are MUCH faster. Also nesoid runs a lot smoother.

    Quote Originally Posted by aloy1455 View Post
    what exactly is JIT?
    Just In Time compiling.

    Basically, java isn't compiled into the machine code of your phone (or computer.) It's compiled into an intermediate language. On computers, it's called byte code (I think on Android, too.)

    In any case, without JIT, java is interpreted by another program into commands that your machine can understand. This avoids certain problems, but it's slow. JIT compiles the byte code into native machine code the first time you run the code. Since no other program has to interpret it after that, it runs faster.

    Quote Originally Posted by j_r0dd View Post
    Nice! Not the 550% increase I got with my n1 but anything is better. wonder where those libs came from
    On the XDA post, they said it was for the Milestone, but I'm not sure if that means they got it from a stock Milestone rom, or somebody developed it originally for the Milestone.
    Last edited by Danation; 08-11-2010 at 05:06 PM. Reason: Grammar correction

    __.__I have retired. If you PM me, I may not reply.

  14. 3 Users Say Thank You to Danation For This Useful Post

    datutu (08-15-2010), j_r0dd (08-11-2010), Zeonlive (08-11-2010)

  15. #11
    offline Of Mice and Modders
    Join Date
    Jan 2007
    Location
    San Diego, CA
    Posts
    58
    Thanks
    5
    Thanked 4 Times in 3 Posts
    Downloads
    55
    Uploads
    0
    can anyone upload their prop file here? when i try to edit mine its not broken into lines but a list that goes horizontal and idk how to add it
    Motorola Cliq Rooted 2.1

  16. #12
    sublime1184's Avatar
    offline Retired Moderator
    Join Date
    Apr 2008
    Location
    Chicago, IL
    Posts
    3,739
    Thanks
    3,314
    Thanked 2,121 Times in 1,342 Posts
    Downloads
    49
    Uploads
    1
    use notepad ++ to edit it

  17. #13
    offline So I Hear You Can Mod
    Join Date
    Feb 2010
    Posts
    169
    Thanks
    65
    Thanked 16 Times in 13 Posts
    Downloads
    14
    Uploads
    0
    is it normal for the phone to reboot while u enter the commands

    edit- thanks for the find just finished setting it up now gettin around 3.5MFLOPS @ about 23seconds....did have a few fc's on startup but all seems well now btw im on jrodds cliqmod beta 5
    Last edited by cybrphantom; 08-11-2010 at 06:18 PM.

  18. #14
    offline So I Hear You Can Mod
    Join Date
    Dec 2009
    Posts
    294
    Thanks
    53
    Thanked 34 Times in 32 Posts
    Downloads
    20
    Uploads
    0
    i did the steps but iīm getting 23.71 seconds on Linpack.. thereīs a way to check if JIT itīs enable?
    cya
    follow me on twitter

  19. #15
    offline Of Mice and Modders
    Join Date
    Jan 2007
    Location
    San Diego, CA
    Posts
    58
    Thanks
    5
    Thanked 4 Times in 3 Posts
    Downloads
    55
    Uploads
    0
    it is enabled... i just did mine and i get 25 seconds =] better than nothing.. i want a samsung vibrant =[
    Motorola Cliq Rooted 2.1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts