You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,6 +42,8 @@ feedback on the proposed solution. It has not been approved to ship in Chrome.
42
42
-[Alternative: do nothing / no solution for web developers to control eager compilation](#alternative-do-nothing--no-solution-for-web-developers-to-control-eager-compilation)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -257,9 +259,18 @@ Concerns brought up by other browser implementors:
257
259
- The optimal set of files / functions to eager compile might be different for different browsers.
258
260
- Compile hints are only relevant for the "cold load" (the initial, non-cached load of a website). After the initial web page load, the browser might be in a better position to decide which functions should be eagerly compiled than the web developers.
259
261
262
+
## FAQ
263
+
264
+
### Q: Why are you not pursuing standardizing the feature via TC39?
265
+
266
+
This feature only impacts performance. It doesn't change observable behavior, and thus it avoids the kind of interoperability challenges that TC39 is designed to address. Currently, other browser implementors have not show interest in implementing performance optimizations based on this feature.
267
+
268
+
Incubating in WICG allows us to gather feedback from stakeholders and iterate on the spec in a faster and leaner way. We'll also keep the format as generic as possible - to make it as easy as possible for other browsers to implement performance optimisations based on this feature later - and incorporate feedback from other browsers into the spec.
269
+
260
270
## References & acknowledgements
261
271
262
272
Many thanks for valuable feedback and advice from:
263
273
264
-
- Shu-Yu Guo, Toon Verwaest, Leszek Swirski, Noam Rosenthal and others from V8 (Google)
274
+
- Shu-Yu Guo, Toon Verwaest and Leszek Swirski from V8 (Google)
265
275
- Philip Weiss, Adam Giacobbe and Quade Jones from Workspace (Google)
0 commit comments