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/ui/widget/container
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
..
alphacontainer.lua add implementation of a container widget with alpha-blitting 10 years ago
bottomcontainer.lua minore: more static check fixes 8 years ago
centercontainer.lua minore: more static check fixes 8 years ago
framecontainer.lua disable reflow options when reflow is not ON 9 years ago
inputcontainer.lua disable jit on some modules on android 8 years ago
leftcontainer.lua minore: more static check fixes 8 years ago
rightcontainer.lua minore: more static check fixes 8 years ago
topcontainer.lua add(ui): topcontainer 8 years ago
underlinecontainer.lua Fix #1299 10 years ago
widgetcontainer.lua disable jit on some modules on android 8 years ago