Re: do you wreckon this has ever happened?

for languages like c/c++ and compilers like gcc,, msvc and llvm, thats true (these kind of code generations that I talked about was submitted from asmjit developer who is an experienced in JIT and code generation).
but, for a simple sandboxed scripting language, things are quite different. weather it is parser, bytecode generation or code execution on on it's own simple VM.
the thing is, compilers sometimes generate some codes which are not needed at all,, or can easily be optimized by generating them differently (a code may work on a compiler,, but another compiler will generate a different code which entirely is natural, and the code won't work or the behavior will be different).
for a compiler like gcc or clang, they have many many contributers which provide bugs and patches and the bugs will easily fade away.
didn't try pure basic at all, so I can't tell anything about it and it's way of code generation (I hate basic's syntax don't know why).

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Trajectory via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Jaidon Of the Caribbean via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : kianoosh via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Jaidon Of the Caribbean via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector

Reply via email to