Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Transform lazy builtin regexes for finite automaton compatibility, use that for graal #228

Copy link
Copy link
Closed
@masklinn

Description

@masklinn
Issue body actions

As such, it would make sense to:

The one major drawback is that re2 currently uses re for its actual extraction. So here there are two options:

  • using re2 for extraction, if the back transformation leads to better performances
  • or have the finite automaton engines perform the transformation at load time internally

The latter would be costlier on loads, but it would mean less compilation woes, working with yaml data, and would make for less trouble in graal (in that it would patch the lazy callbacks with a transformation pass).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.