SuperOptimize is a package to shrink, obfuscate and optimize your Java code for SuperWaba. The resulting files will be smaller, obfuscated, and heavily optimized.
Unlike the standard tools that come with the SuperWaba SDK, SuperOptimize uses the most advanced OpenSource tools available for the best results: the Soot framework for optimizations and ProGuard for shrinking and obfuscating.
Why optimize
Soot is the key component for the optimization of your programs. It uses four intermediate code representations for analyzing and transforming Java bytecode. The result is usually slightly bigger, but more performant code.
Why shrink
Shinking means removing all the classes and methods that are never used in your programs. This might sound strange, but it happens more than often. Of course shrinking means producing smaller files that take less time to load and consume less memory.
Why obfuscate
In the SuperWaba VM, like almost every Java VM, packages, methods, attributes and classes are looked up by name. That means, searching strings at run time. This is not particularly good for performance, especially with long strings beginning with the same characters (and that happens quite often, too).
Obfuscating is the process in which classes, methods, attributes and packages are renamed into very short strings like "A" or "bc" that take less to be searched by the VM. This also produces smaller binaries that consume less memory and take less time to load.
Obfuscating your .class files makes it also more difficult for others to understand your program by disassembling it. It's far from making reverse-engineering difficult though, so don't rely on it very much from a security point of view.
· SuperOptimize can't be used for commercial purposes
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Palm OS 3.x, Palm OS 4.x, Palm OS 5.x, Pocket PC 2002, S60 1st Edition, S60 2nd Edition, S60 3rd Edition, S60 3rd Edition FP1, S60 3rd Edition FP2, S60 5th Edition, S80 6.0, S80 7.0, S90 7.0, UIQ 2.0, UIQ 3.0, UIQ 3.1, Windows Mobile 2003, Windows Mobile 2003 Smartphone, Windows Mobile 5.0, Windows Mobile 5.0 Smartphone, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6 Standard, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional, Windows Mobile 6.1 Standard, Windows Mobile 6.5 Professional, Windows Mobile 6.5 Standard
Similar Software:
Fluid Fluid is a .NET 2.0 control library for Windows Mobile 6.0/6.1 with touch controls
PocketHTML PocketHTML is a simple HTML editor for "takeaway";. It provides predefined tag-shortcuts and an intern preview. Also it got a build in "check for update" functionality. The software is just at the beginning of development, so many features should follow by the time
SapphireBattery SapphireBattery
Battery power is not infinite. It is important to ensure that your users don’t find themselves without any battery power right when they need it the most
The Yard Lite The Yard Lite: Overview
Think "Pick - A - Part" for software developers, educators, students and the curious minded.
The Yard is designed for anyone interested in learning how realistic game effects actually work
Smart IP Smart IP - This is a nice tool for IT guys, working with network and security. This tool searchs for an IP address using a local compressed database from Maxmind. This database has 97% accurracy and therefore can give country, city, latitude, longitude, state, postal code with precision just based on an IP address. How to install
Install the cab, execute the application
SapphireButtons SapphireButtons
As developers, we can spend quite a lot of effort getting the flow right for our application to make life easier for our users
CIDR Network Calculator CIDR Network Calculator - The CIDR Calculator enables CIDR network calculations using IP address, CIDR mask (subnet mask), mask bits, maximum required IP addresses and maximum required subnets
Spb Kiosk Engine SPB Kiosk is an enterprise tool which helps you control how your Pocket PC devices are used. With SPB Kiosk you can lock the device to one or several business applications and restrict usage of any other features like games, multimedia, web browsing etc
Mobile Programmers Editor Mobile Programmers Editor - Do you need to write applications on-the-go?
Do you need a tabbed editor with useful features for programmers?
Then try this source code editor for Windows Mobile.
· Tabbed editor
·
Other Software by developer «Silvio Moioli»:
MoioChart MoioChart is a Java library to draw function plots, bar graphs, pie graphs etc.
MoioChart is portable across different graphic toolkits and actually it works on Swing, SuperWaba (a Virtual Machine for handhelds) and SWT (Eclipse's native toolkit)