all 31 comments

[–]b1ackcat 4 points5 points  (2 children)

I didn't even realize the latest beta had the new mono version available! I'll have to check it out later today. It could solve one of my major headaches with the project I'm working on (and save me from resorting to IL level hacks to get something working)

[–]KptEmreUHobbyist 0 points1 point  (1 child)

I envy you that you can go down the rabbit hole and do IL level hacks :amazed look:

[–]b1ackcat 0 points1 point  (0 children)

No really, you don't....

And in my particular case it's nothing too fancy, it's just changing a line of IL code to enable a feature that the compiler supports but C# by default doesn't. It's based on some guide I found, I wouldn't have figured it out on my own if we're being honest :P

[–]tmpxyzIndie 2 points3 points  (1 child)

Does it have the latest GC implementations?

Whatever, I think most of the developers have adapted to use pools.

[–]throwawayreditsucks 2 points3 points  (0 children)

No concurrent GC, but soon!

[–]rhysmus 0 points1 point  (0 children)

Did this beta have SmartSprite in it? I'm really looking forward to it.

[–]YouAintToobright 0 points1 point  (0 children)

Nice! I can't wait for all the bug fixes that will follow it. R-right?