HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jaredpar

no profile record

comments

jaredpar
·पिछला वर्ष·discuss
There are a lot of optimizations that we plan to add to this path. The intent of this preview was getting a functional version of `dotnet run app.cs` out the door. Items like startup optimization are going to be coming soon.
jaredpar
·2 वर्ष पहले·discuss
There is no timeframe right now. At the moment this is a loose proposal for how to approach union like features in C#. There are a lot more details to dig into here before we'd be ready to move to scheduling and implementation. Also need to decide if we take on all of the union variants proposed or just some and what priority order to approach them.
jaredpar
·2 वर्ष पहले·discuss
The design is not going to allow for struct layout to have memory safety issues when tearing is involved. That is a problem we are very well aware of and consider in designs.
jaredpar
·2 वर्ष पहले·discuss
> from the AOT compiler, but none from the C# compiler.

The C# compiler has very little knowledge of `[FieldOffset]`. It's expected that developers understand the runtime implications of this.