Home | History | Annotate | Download | only in libbcc

Lines Matching full:time

12 * it implements both AOT (Ahead-of-Time) and JIT (Just-in-Time)
15 * Android devices demand fast start-up time, small size, and high
16 performance *at the same time*. libbcc attempts to address these
25 * a *just-in-time bitcode compiler*, which translates the LLVM bitcode
40 * libbcc strives to balance between library size, launch time and
48 * To reduce launch time, we support caching of
49 binaries. Just-in-Time compilation are oftentimes Just-too-Late,
51 AOT to get the best of both worlds: Fast launch time and high
55 portability enhancement. Launch time reduction after we
60 launch time in libbcc launch time in libbcc
71 AOT also masks the launching time overhead of on-device linking
100 just-in-time compilation or cache loading