redex
redex copied to clipboard
A bytecode optimizer for Android apps
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 1374: illegal multibyte sequence

I got error when sign on aab release file: s + 42220 2 finalizer 0x00000001060caed8 BZ2_hbCreateDecodeTables + 40744 3 finalizer 0x00000001060cc86a BZ2_hbCreateDecodeTables + 47290 4 finalizer 0x000000010608d4f8 _ZN5boost6thread21start_thread_noexceptEv + 296...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.12 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Summary: Pass was deleted in D47980468. Differential Revision: D48123696
Hi! Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). Since PGO showed measurable improvements in compiler-like workloads (Clang, GCC, Rustc, etc.) I think it...
I tested several passes and found that the apk became larger after optimization, so I tried to run an empty config file, and found that without any pass optimization, the...
the input parameter `name` is normally generated by show(method), which means it is the full name of the method. on the other hand, the return value of `method->get_name()`, and the...
Summary: Figure out differences in compile-time on CircleCI. Differential Revision: D47263418