Stream: git-wasmtime

Topic: wasmtime / PR #9108 ISLE: reduce allocations when lexing ...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 11 2024 at 20:37):

Kmeakin opened PR #9108 from Kmeakin:km/isle-lexer to bytecodealliance:main:

Instead of creating a temporary Vec<u8>, use a slice of the original underlying buf, and only allocate a temporary String if it contains an _.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 11 2024 at 20:37):

Kmeakin requested fitzgen for a review on PR #9108.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 11 2024 at 20:37):

Kmeakin requested wasmtime-compiler-reviewers for a review on PR #9108.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 11 2024 at 21:33):

Kmeakin updated PR #9108.


Last updated: Nov 22 2024 at 17:03 UTC