Skip to content

src: add a fast call for URL.revokeObjectURL

This is an attempt at resolving a TODO left in https://github.com/nodejs/node/pull/47728 regarding adding a fast call for URL.revokeObjectURL Unfortunately it seems like either the fast call is not getting called or there is no perf benefit for doing this most probably I have made the integration wrong but I am unable to understand what may be wrong hence opening this as a draft for any help possible

Thank You!

Refs: https://github.com/nodejs/node/pull/47728

Merge request reports

Loading