This website requires JavaScript.
Explore
Help
Sign In
employer
/
tame
Watch
1
Star
0
Fork
You've already forked tame
0
Code
Packages
Releases
Activity
6939753ca0
tame
/
.rev-xmlo
5 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: Add revision files for xml{o,e} This will force a rebuild and will be useful for upcoming changes.
2020-01-14 01:13:51 -05:00
# This number is incremented for every compiler change to force rebuilding
# of xmlo files.
Order symtable, sym-dep, fragments This ordering will simplify streaming processing of xmlo files in TAMER. Specifically, we know that symbols will have been declared by the time dependencies are added to the graph (and so we should only be creating edges to existing nodes); and we can halt reading as soon as the closing fragments tag is encountered, avoiding parsing the entirety of these massive XML files. On one particularly large program, this cuts time down from ~0.333s to ~0.300 in the POC linker.
2020-01-02 23:29:49 -05:00
1
build: Add revision files for xml{o,e} This will force a rebuild and will be useful for upcoming changes.
2020-01-14 01:13:51 -05:00