Milos Tijanic
Milos Tijanic
I propose that a better alternative is block-based dead code elimination: ```nss const int DEBUG = 0; if (DEBUG) {...} else {...} ``` And the compiler discards the first block...
This is resolved by #124
Looks like it actually doesn't have the unary plus operator at all. Not that it matters much, but if we take the official compiler spec to be the language spec,...
Fixed by #130
I can see how it could be useful, but also I would definitely want the "no main function" to be an error by default. This could be a flag to...
I'll leave it up for grabs until the PR for #82 is up. Unless you wanna swap with this one.
> Consider the following: > > ``` > for ( object oPC = GetFirstPC() ; GetIsObjectValid(oPC) ; oPC = GetNextPC() ) { ... } > ``` > > The third...
Hello and thank you for your interest! The initial release is targeting datacenter GPUs and use-cases, and has several display-related features missing, including GSync. Please consult the [driver readme](http://us.download.nvidia.com/XFree86/Linux-x86_64/515.43.04/README/kernel_open.html) for...
Hey there. All releases since the initial opensource driver were point fixes (i.e. 515.xx) and generally don't come with big features. Supporting consumer features, such as G-Sync, is a big...
Hi there, thanks for the report! > GNOME no longer shows an option to enable 240Hz output. What does "no longer" mean in this context? Did it work before? What...