8000 Lazy instrumentation · Issue #19 · awto/effectfuljs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Lazy instrumentation #19
Open
Open
@awto

Description

@awto

During debugging it is highly unlikely all the functions from the application are called. To reduce compilation time the babel plugin on the first stage could just apply for closure conversion pass, and all the rest is done on the first function's call lazily.

This way if not in debugging mode it can run original functions without instrumentation, almost without any performance loss.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0