redex icon indicating copy to clipboard operation
redex copied to clipboard

A bytecode optimizer for Android apps

Results 90 redex issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/facebook/redex/assets/152982736/ac999479-11e8-4e26-9298-1e4aab18ac7e)

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...

CLA Signed
dependencies

Differential Revision: D42505867

CLA Signed
fb-exported

Summary: Pass was deleted in D47980468. Differential Revision: D48123696

CLA Signed
fb-exported

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

CLA Signed
fb-exported