Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Code size reduction opportunity: bring back .bind calls #2589

Open
NTillmann opened this issue Oct 3, 2018 · 0 comments
Open

Code size reduction opportunity: bring back .bind calls #2589

NTillmann opened this issue Oct 3, 2018 · 0 comments

Comments

@NTillmann
Copy link
Contributor

#2577 disables the generation of .bind calls; instead, that changes makes Prepack always generate full-blown wrapper functions.

Bring back the original functionality, or explore other ways to bind local environments to functions which may be possible for mobile.

It's interesting that #2577 also didn't make any tests fail. So part of the work should be to produce test cases for all of the different conditions currently considered in #2577.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant