tc39 / proposal-function-implementation-hiding

JavaScript language proposal: function implementation hiding
https://ci.tc39.es/preview/tc39/ecma262/pull/1739
MIT License
98 stars 7 forks source link

Explain more why pragma is the best fit #9

Closed domenic closed 5 years ago

domenic commented 6 years ago

@erights, @mikesamuel, and @waldemarhorwat all had points I will try to jot down:

mikesamuel commented 6 years ago

+1

I would like to avoid inliners having to use heuristics to decide whether they can inline a call to a potentially censored function into a potentially uncensored function's body.