Commit 47681c7
[dart2wasm] Simplify UTF-8 decoder flag scanning
Simplify the VM-specific `scan` function that assumes an instruction
called `Utf8ScanInstr` and scans the input in chunks to be able to use
the instruction. Instead scan the whole input in one loop.
Change-Id: I9c796e0728e46687653b623effb214ebc93cc01c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/395960
Commit-Queue: Ömer Ağacan <[email protected]>
Reviewed-by: Martin Kustermann <[email protected]>1 parent 3b707d5 commit 47681c7
1 file changed
+0
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1980 | 1980 | | |
1981 | 1981 | | |
1982 | 1982 | | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | | - | |
1987 | | - | |
1988 | | - | |
1989 | | - | |
1990 | 1983 | | |
1991 | 1984 | | |
1992 | 1985 | | |
| |||
1995 | 1988 | | |
1996 | 1989 | | |
1997 | 1990 | | |
1998 | | - | |
1999 | | - | |
2000 | | - | |
2001 | | - | |
2002 | | - | |
2003 | | - | |
2004 | | - | |
2005 | | - | |
2006 | | - | |
2007 | | - | |
2008 | | - | |
2009 | | - | |
2010 | | - | |
2011 | | - | |
2012 | 1991 | | |
2013 | 1992 | | |
2014 | 1993 | | |
| |||
0 commit comments