Commit 7d63a2d
deps: V8: cherry-pick 64b36b441179
Original commit message:
optimize ascii fast path in WriteUtf8V2
Change-Id: If28168cb4395b953d0ec642ef4fc618ce963dbcd
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7124103
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Commit-Queue: Erik Corry <erikcorry@chromium.org>
Reviewed-by: Erik Corry <erikcorry@chromium.org>
Cr-Commit-Position: refs/heads/main@{#103542}
Refs: v8/v8@64b36b4
PR-URL: #61712
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent 608736e commit 7d63a2dCopy full SHA for 7d63a2d
2 files changed
+31-1Lines changed: 31 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/v8/src/strings
Expand file treeCollapse file tree
Open diff view settings
Collapse file
deps/v8/src/strings/unicode-inl.h
Copy file name to clipboardExpand all lines: deps/v8/src/strings/unicode-inl.h+20-1Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
206 | 206 | |
207 | 207 | |
208 | 208 | |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
209 | 219 | |
210 | 220 | |
211 | 221 | |
| ||
221 | 231 | |
222 | 232 | |
223 | 233 | |
224 | | - |
225 | 234 | |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
226 | 245 | |
227 | 246 | |
228 | 247 | |
|
Collapse file
deps/v8/src/strings/unicode.h
Copy file name to clipboardExpand all lines: deps/v8/src/strings/unicode.h+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
212 | 212 | |
213 | 213 | |
214 | 214 | |
| 215 | + |
| 216 | + |
| 217 | + |
215 | 218 | |
216 | 219 | |
217 | 220 | |
| ||
223 | 226 | |
224 | 227 | |
225 | 228 | |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
226 | 237 | |
227 | 238 | |
228 | 239 | |
|
0 commit comments