JerryScript
Android Expert
What do you think of bfq scheduler as an option?You know what, why havent I been doing that??? Ugh...whats next for this kernel anyways?.im out of ideas
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
What do you think of bfq scheduler as an option?You know what, why havent I been doing that??? Ugh...whats next for this kernel anyways?.im out of ideas
What do you think of bfq scheduler as an option?


4.6.2 has been smooth so far, might try a build with 4.7.3 tomorrow.
BTW- anyone know an app that can set the GPU speed? I'm testing the latest commits, but having trouble finding an app to test with. I can test performance with tons of them, but haven't found one to set speeds yet?!?
i was just looking into 4.7, maybe ill grab that to test it and let ya know, let me see how this comes out real quick, ill report back. yall wanna open a hangout or irc channel or somethin let me know! thanks for everything guys cool shit
4.6.2 has been smooth so far, might try a build with 4.7.3 tomorrow.
BTW- anyone know an app that can set the GPU speed? I'm testing the latest commits, but having trouble finding an app to test with. I can test performance with tons of them, but haven't found one to set speeds yet?!?
echo " "
echo "Which toolchain do you want to use?"
select yn in "~/android/arm-eabi-4.6/bin/arm-eabi-" "~/android/arm-eabi-4.7/bin/arm-eabi-"; do
case $yn in
\~/android/arm-eabi-4.6/bin/arm-eabi- ) echo "Building with $yn"; break;;
\~/android/arm-eabi-4.7/bin/arm-eabi- ) echo "Building with $yn"; break;;
esac
done
echo " "
echo " "
echo "Beginning actual build..."
echo " "
make ARCH=arm SUBARCH=arm CROSS_COMPILE=$yn -j4 -w