qbe/amd64
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
..
all.h Implementation of Windows amd64_win target 2026-02-12 09:17:17 +01:00
emit.c amd64_win: die on extern/thread linkage 2026-05-04 09:10:57 +02:00
isel.c extern DYNCONST 2026-05-03 11:34:53 +02:00
sysv.c Remove NString=80 limit 2026-05-07 08:33:02 +02:00
targ.c Implementation of Windows amd64_win target 2026-02-12 09:17:17 +01:00
winabi.c winabi: fix isel of large consts 2026-02-12 09:17:17 +01:00