chuggafan

Results 226 comments of chuggafan

test1.c in EXP_1 gives me a diag that says: "Diagnostic: Error compiling assembly instruction "add eax,byte170017912": Unknown operand:_main" so... it's gotten worse in some ways, I never achieved full knowledge...

I thought this was actually running in the CI at this point? I'm not even sure anymore... I probably will on friday tbh.

None, I basically forgot about this for the most part, IIRC not much went on with this anyways and I was right that a large chunk of this is running...

Wrong milestone, this belongs in milestone 4.

A way to do this would be in the linker location, when creating the binary when we have a function what we do is we take the current location, mod...

http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-372.pdf In case you're wondering btw, this is the PDF of the C++/CLI spec. It'd be awesome to try to get a second C++/CLI compiler in existence, but it's still...

Yhea, cost of support for more than 1 compiler would be fairly prohibitive, but as far as I can tell they're still supporting it on windows. It's more of a...

ilstream and ilunstream *should* be easy enough to figure out, they have a large number of things that slow down compiles: 1. Lots and lots of lambdas 2. Lots and...

I've begun some sembalance of work on this, I think in the doing of this I'm also going to pull out the FNV1A_class stuff from beintris to an outer file...

While doing review of the various errors, I found ERR_FUNC_NOT_THREAD_LOCAL, error 288, which says "Functions cannot be thread local", but the error level is of "WARNING", should this be an...