hi, i noticed FASM multipass mechanism predicts all symbols to be used by default. i understand this probably speeds up compilation a lot, but on other side causes that less valid sources are not compiled.
Here is very basic example:
Code:
if used a
a = @f
end
as FASM is fast enough already, wouldn't it be wise to predict everything is not used by default?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum