Skip to content

EH: try opcode seems inefficient #3113

Open
@yamt

Description

@yamt

the current implementation scans the entire try block to set up handlers when entering the block. it seems very inefficient.
as handlers are not really necessary until an exception is actually propagated, we can defer the processing by that.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions