Skip to content

Commit 7f3f853

Browse files
committed
Remove a comment that is no longer relevant.
1 parent bf110df commit 7f3f853

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ext/json/ext/generator/generator.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,6 @@ static inline unsigned char search_escape_basic_neon(search_state *search)
359359
* have at least one byte that needs to be escaped.
360360
*/
361361

362-
// Do not extract this structor to a global variable or make it static without profiling and
363-
// verifying that it does not cause performance regressions. clang 17 and gcc 14 currently
364-
// inline these methods if this structure is defined like this.
365-
366362
uint64_t mask = 0;
367363
if (string_scan_simd_neon(&search->ptr, search->end, &mask)) {
368364
search->has_matches = true;

0 commit comments

Comments
 (0)