You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend
chrox f3e0d44cc4 disable jit on some modules on android
to make koreader on Android  more stable

and with these opt params:
```
require("jit.opt").start("sizemcode=64","maxmcode=64", "hotloop=10000")
```

The strategy here is that we only use precious mcode memory (jitting)
on deep loops like the several blitting methods in blitbuffer.lua and
the pixel-copying methods in mupdf.lua. So that a small amount of mcode
memory (64KB) allocated when koreader is launched in the android.lua
is enough for the program and it won't need to jit other parts of lua
code and thus won't allocate mcode memory any more which by our
observation will be harder and harder as we run koreader.
8 years ago
..
apps kobo: fix screen probe for touch 8 years ago
device kobo: fix screen probe for touch 8 years ago
document fix(readerfooter): marker ticks initialization 8 years ago
ui disable jit on some modules on android 8 years ago
cache.lua disable jit on some modules on android 8 years ago
cacheitem.lua cleanup: expand tab to 4 spaces 10 years ago
configurable.lua build: enforce luacheck in travis build 8 years ago
dbg.lua dbg(add): guard method to toggle assert at based at runtimemode 8 years ago
device.lua build: enforce luacheck in travis build 8 years ago
docsettings.lua test(bookmark): purge doc settings before test 8 years ago
dump.lua test: more uimanager scheduler test 8 years ago
gettext.lua gettext: unescape \n 10 years ago
httpclient.lua build: enforce luacheck in travis build 8 years ago
luxl.lua treate quoted slash as plain text in attribute value 10 years ago
optmath.lua doc: add documentation build infrastructure 8 years ago
up_reg.list adapt widgets to new refresh/repaint API 10 years ago
util.lua #1710 FR: Add support of statistics plugin for pdf 8 years ago