Subversion Repositories SvarDOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2122 18 d 7 h mateusz.viste /svarlang.lib/trunk/ MVUCOMP_ASM is controlled through the makefile instead of being hardcoded in the C file  
2121 18 d 7 h mateusz.viste /svarlang.lib/trunk/ use dx as a counter instead of dl because dec dx has a 1 byte shorter encoding than dec dl  
2120 18 d 8 h mateusz.viste /svarlang.lib/trunk/ fixed bad comment that disabled one asm line as a nasty side effect (thx Bernd for spotting it)  
2119 18 d 21 h mateusz.viste /svarlang.lib/trunk/ experimental version with mvucomp() as a pragma aux  
2118 19 d 1 h mateusz.viste /svarlang.lib/trunk/ initial version of mvucomp() in x86 assembly  
2117 19 d 3 h mateusz.viste /svarlang.lib/trunk/ updated mvcomp to latest version + deflang buffer calculated closely to match worst-case mvcomp scenario  
2116 24 d 1 h mateusz.viste /svarlang.lib/trunk/ cleaned up variables usage, slightly faster now  
2115 24 d 1 h mateusz.viste /svarlang.lib/trunk/ experimental: MVCOMP-packed data is loaded to RAM before unpacking (60x faster on an 8086)  
2114 24 d 4 h mateusz.viste /svarlang.lib/trunk/test/ added a timing test to measure svarload() times  
2113 24 d 5 h mateusz.viste /svarlang.lib/trunk/ explicit mention of MVCOMP in TLUMACZ usage screen  
2112 24 d 5 h mateusz.viste /svarlang.lib/trunk/ updated mvcomp function with latest mvcomp reference code  
2108 26 d 1 h mateusz.viste /svarlang.lib/trunk/ added /nodef  
2107 26 d 2 h mateusz.viste /svarlang.lib/trunk/test/ added FDISK_DE computation  
2106 26 d 2 h mateusz.viste /svarlang.lib/trunk/ once a literal string starts, adding chars is cheap so I should not be too easily tempted to break it  
2105 26 d 2 h mateusz.viste /svarlang.lib/trunk/test/ added svarcom and install NLS files for tests  
2103 26 d 5 h mateusz.viste /svarlang.lib/trunk/test/ added extra tests  
2102 26 d 6 h mateusz.viste /svarlang.lib/trunk/ improved MVCOMP, support for uncompressed strings  
2096 26 d 22 h mateusz.viste /svarlang.lib/tags/20240929/ frozen ver 20240929  
2095 26 d 22 h mateusz.viste /svarlang.lib/trunk/ version bump, improved help screen, updated doc, adjusted tests for /nocomp  
2094 26 d 22 h mateusz.viste /svarlang.lib/trunk/ ref lang can be excluded from LNG file with /excref  

Show All