Zoltan Varga

Results 63 comments of Zoltan Varga

The mono build is currently not deterministic: * mcs is probably not deterministic it needs a --deterministic flag which computes the assembly guid based on the file contents, same as...

Yes, right now it generates a random GUID and embeds it into the generated assembly. It needs to compute the GUID from the assembly contents instead. Alternatively, the build should...

Note that class loading happens only during startup, so these locks are not that contended.