qbe/arm64
Scott Graham fbe3cea201 Remove NString=80 limit
The parser now uses a vector to get tokens into, similar to how quoted strings
are handled. This buffer is PFn-scoped, so function and data parsing can use
it. Type parsing has to copy its names to the global heap.

While this avoids the "identifier too long" error, it of course calls malloc
more often, so could potentially have a small negative performance impact on
parsing.
2026-05-07 08:33:02 +02:00
..
abi.c Remove NString=80 limit 2026-05-07 08:33:02 +02:00
all.h mark apple targets with a boolean 2022-10-08 21:48:47 +02:00
emit.c extern DYNCONST 2026-05-03 11:34:53 +02:00
isel.c extern DYNCONST 2026-05-03 11:34:53 +02:00
targ.c If-conversion RFC 4 - x86 only (for now), use cmovXX 2026-01-13 18:11:30 +01:00