Skip to content

New instruction string.from_code_point #59

Open
@Liedtke

Description

@Liedtke

Following up on #5 (comment) we decided to implement string.from_code_point for performance evaluations in V8 (see also #58):

  • string.from_code_point(codepoint: i32) -> ref string, opcode 0xfba9
  • returns a string consisting of the provided codepoint
  • the instruction traps if the argument is not a valid unicode codepoint

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