Files
Toy/source
Kayne Ruse 7c054db9e6 Compiler now reuses existing strings in the data, read more
If a string exists in the data, instead of being written, the function
'emitCStringToData()' will instead return the address of the match
within the data section.

Then, I can search the jump table for that address, and use the existing
jump entry or append a new one.

Fixes #168
2025-02-08 17:27:47 +11:00
..
2025-02-02 17:26:47 +11:00
2025-02-02 17:26:47 +11:00
2025-01-14 12:45:11 +11:00
2024-11-02 14:39:59 +11:00
2024-11-10 10:27:50 +11:00
2025-01-09 11:46:29 +11:00