[Issue 14641] New: Use SIMD to accelerate comment lexing
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jun 1 12:37:55 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14641
Issue ID: 14641
Summary: Use SIMD to accelerate comment lexing
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: DMD
Assignee: nobody at puremagic.com
Reporter: bugzilla at digitalmars.com
We encourage use of Ddoc to document functions. But this can result in
voluminous comments, which slow down the lexer. Lexing comments can be
accelerated by using SIMD vector instructions.
A little inline assembler in the lexer.c dmd source code would implement this.
--
More information about the Digitalmars-d-bugs
mailing list